summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index e236fa491..4ed1eb7c5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.252 2001/02/24 00:55:05 mouring Exp $ 1# $Id: configure.in,v 1.253 2001/02/24 21:41:11 mouring Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -358,6 +358,8 @@ AC_CHECK_FUNC(utimes,
358 [], [ AC_CHECK_LIB(c89, utimes, LIBS="$LIBS -lc89") ] 358 [], [ AC_CHECK_LIB(c89, utimes, LIBS="$LIBS -lc89") ]
359) 359)
360 360
361AC_FUNC_STRFTIME
362
361# Checks for header files. 363# Checks for header files.
362AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h regex.h shadow.h security/pam_appl.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 stddef.h time.h ttyent.h usersec.h util.h utime.h utmp.h utmpx.h vis.h) 364AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h regex.h shadow.h security/pam_appl.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 stddef.h time.h ttyent.h usersec.h util.h utime.h utmp.h utmpx.h vis.h)
363 365
@@ -534,8 +536,6 @@ fi
534 536
535AC_FUNC_GETPGRP 537AC_FUNC_GETPGRP
536 538
537AC_FUNC_STRFTIME
538
539# Check for PAM libs 539# Check for PAM libs
540PAM_MSG="no" 540PAM_MSG="no"
541AC_ARG_WITH(pam, 541AC_ARG_WITH(pam,