summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-24 21:41:10 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-24 21:41:10 +0000
commit8697e0866053dcdec35d556f8ac6adf4d79160af (patch)
tree96f7e398c9bac926c5fe6a81c9671229c08984f3 /configure.in
parentbdb063d4e1d46cfff89c521d595ac90a570602a3 (diff)
- (bal) Missed part of the UNIX sockets patch. Patch by Corinna
Vinschen <vinschen@redhat.com> - (bal) Reorder where 'strftime' is detected to resolve linking issues on SCO. Patch by Tim Rice <tim@multitalents.net>
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 e236fa49..4ed1eb7c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.252 2001/02/24 00:55:05 mouring Exp $
+# $Id: configure.in,v 1.253 2001/02/24 21:41:11 mouring Exp $
AC_INIT(ssh.c)
@@ -358,6 +358,8 @@ AC_CHECK_FUNC(utimes,
[], [ AC_CHECK_LIB(c89, utimes, LIBS="$LIBS -lc89") ]
)
+AC_FUNC_STRFTIME
+
# Checks for header files.
AC_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)
@@ -534,8 +536,6 @@ fi
AC_FUNC_GETPGRP
-AC_FUNC_STRFTIME
-
# Check for PAM libs
PAM_MSG="no"
AC_ARG_WITH(pam,