From 8697e0866053dcdec35d556f8ac6adf4d79160af Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sat, 24 Feb 2001 21:41:10 +0000 Subject: - (bal) Missed part of the UNIX sockets patch. Patch by Corinna Vinschen - (bal) Reorder where 'strftime' is detected to resolve linking issues on SCO. Patch by Tim Rice --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') 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, -- cgit v1.2.3