]> andersk Git - openssh.git/blobdiff - configure.ac
- (stevesk) [auth1.c] fix password auth for protocol 1 when
[openssh.git] / configure.ac
index 1cc56b73805419ad272023aa23a5c58d45919c7f..2e50566ecd97d388c39b618f71f678e52e158573 100644 (file)
@@ -329,7 +329,7 @@ AC_CHECK_HEADERS(bstring.h crypt.h endian.h floatingpoint.h \
        strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \
        sys/poll.h sys/queue.h sys/select.h sys/stat.h \
        sys/stropts.h sys/sysmacros.h sys/time.h \
-       sys/ttcompat.h sys/un.h time.h ttyent.h usersec.h \
+       sys/un.h time.h ttyent.h usersec.h \
        util.h utime.h utmp.h utmpx.h)
 
 # Checks for libraries.
@@ -1015,7 +1015,7 @@ AC_DEFINE_UNQUOTED(ENTROPY_TIMEOUT_MSEC, $entropy_timeout)
 
 OPATH=$PATH
 PATH=/bin:/usr/bin
-test -L /bin && PATH=/usr/bin
+/bin/test -L /bin && PATH=/usr/bin
 test -d /sbin && PATH=$PATH:/sbin
 test -d /usr/sbin && PATH=$PATH:/usr/sbin
 PATH=$PATH:/etc:$OPATH
This page took 0.039163 seconds and 4 git commands to generate.