summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8adb3a179..511c06a81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.60 2002/05/13 04:41:31 djm Exp $ 1# $Id: configure.ac,v 1.61 2002/05/13 05:14:08 djm Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -349,7 +349,7 @@ AC_ARG_WITH(libs,
349AC_CHECK_HEADERS(bstring.h crypt.h endian.h floatingpoint.h \ 349AC_CHECK_HEADERS(bstring.h crypt.h endian.h floatingpoint.h \
350 getopt.h glob.h lastlog.h limits.h login.h \ 350 getopt.h glob.h lastlog.h limits.h login.h \
351 login_cap.h maillock.h netdb.h netgroup.h \ 351 login_cap.h maillock.h netdb.h netgroup.h \
352 netinet/in_systm.h paths.h pty.h \ 352 netinet/in_systm.h paths.h pty.h readpassphrase.h \
353 rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \ 353 rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \
354 strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \ 354 strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \
355 sys/mman.h sys/select.h sys/stat.h \ 355 sys/mman.h sys/select.h sys/stat.h \
@@ -1952,7 +1952,7 @@ fi
1952# Whether to mess with the default path 1952# Whether to mess with the default path
1953SERVER_PATH_MSG="(default)" 1953SERVER_PATH_MSG="(default)"
1954AC_ARG_WITH(default-path, 1954AC_ARG_WITH(default-path,
1955 [ --with-default-path=PATH Specify default \$PATH environment for server], 1955 [ --with-default-path= Specify default \$PATH environment for server],
1956 [ 1956 [
1957 if test "$USES_LOGIN_CONF" = "yes" ; then 1957 if test "$USES_LOGIN_CONF" = "yes" ; then
1958 AC_MSG_WARN([ 1958 AC_MSG_WARN([