autoreconf
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@265 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
12
appl/telnet/configure
vendored
12
appl/telnet/configure
vendored
@@ -1478,12 +1478,18 @@ done
|
|||||||
|
|
||||||
# Simple test for streamspty, based on the existance of getmsg(), alas
|
# Simple test for streamspty, based on the existance of getmsg(), alas
|
||||||
# this breaks on SunOS4 which have streams but BSD-like ptys
|
# this breaks on SunOS4 which have streams but BSD-like ptys
|
||||||
|
#
|
||||||
|
# And also something wierd has happend with dec-osf1, fallback to bsd-ptys
|
||||||
|
|
||||||
echo $ac_n "checking for streamspty""... $ac_c" 1>&6
|
echo $ac_n "checking for streamspty""... $ac_c" 1>&6
|
||||||
krb_cv_sys_streamspty="no"
|
case "`uname -sr`" in
|
||||||
if expr "`uname -sr`" : "SunOS 4" > /dev/null; then :; else
|
SunOS\ 4*|OSF1*)
|
||||||
|
krb_cv_sys_streamspty=no
|
||||||
|
;;
|
||||||
|
*)
|
||||||
krb_cv_sys_streamspty="$ac_cv_func_getmsg"
|
krb_cv_sys_streamspty="$ac_cv_func_getmsg"
|
||||||
fi
|
;;
|
||||||
|
esac
|
||||||
if test "$krb_cv_sys_streamspty" = yes; then
|
if test "$krb_cv_sys_streamspty" = yes; then
|
||||||
cat >> confdefs.h <<\EOF
|
cat >> confdefs.h <<\EOF
|
||||||
#define STREAMSPTY 1
|
#define STREAMSPTY 1
|
||||||
|
Reference in New Issue
Block a user