From ae49fe64ca7fe592f3c1cc6b5647c9cc60a4b49c Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Fri, 12 Apr 2002 10:26:21 -0700 Subject: [configure.ac] add to msghdr tests. Change -L to -h on testing for /bin being symbolic link --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ce4e29586..c0cce4bdd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.42 2002/04/10 23:17:05 stevesk Exp $ +# $Id: configure.ac,v 1.43 2002/04/12 17:26:23 tim Exp $ AC_INIT AC_CONFIG_SRCDIR([ssh.c]) @@ -1015,7 +1015,7 @@ AC_DEFINE_UNQUOTED(SSH_PRIVSEP_USER, "$ssh_privsep_user") OPATH=$PATH PATH=/bin:/usr/bin -/bin/test -L /bin 2> /dev/null && PATH=/usr/bin +test -h /bin 2> /dev/null && PATH=/usr/bin test -d /sbin && PATH=$PATH:/sbin test -d /usr/sbin && PATH=$PATH:/usr/sbin PATH=$PATH:/etc:$OPATH @@ -1580,6 +1580,7 @@ AC_CACHE_CHECK([for msg_accrights field in struct msghdr], ac_cv_have_accrights_in_msghdr, [ AC_TRY_COMPILE( [ +#include #include #include ], @@ -1596,6 +1597,7 @@ AC_CACHE_CHECK([for msg_control field in struct msghdr], ac_cv_have_control_in_msghdr, [ AC_TRY_COMPILE( [ +#include #include #include ], -- cgit v1.2.3