From: damien Date: Wed, 15 Mar 2000 10:18:10 +0000 (+0000) Subject: - Configure fix from Bratislav ILICH X-Git-Tag: V_1_2_3_PRE4~7 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/b14b2ae7645cf09f266dd6cf910010a3acb2b414 - Configure fix from Bratislav ILICH --- diff --git a/CREDITS b/CREDITS index 5b50796b..0fb1adae 100644 --- a/CREDITS +++ b/CREDITS @@ -8,6 +8,7 @@ Andre Lucas - build, login and many other fixes Andy Sloane - bugfixes Arkadiusz Miskiewicz - IPv6 compat fixes Ben Taylor - Solaris debugging and fixes +Bratislav ILICH - Configure fix Chip Salzenberg - Assorted patches Chris Saia - SuSE packaging Chris, the Young One - Password auth fixes diff --git a/ChangeLog b/ChangeLog index ddb4cba2..47e56054 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ - Moved gnome-ssh-askpass.c to contrib directory and reomved config option. - Slight cleanup to doc files + - Configure fix from Bratislav ILICH 20000314 - Include macro for IN6_IS_ADDR_V4MAPPED. Report from diff --git a/configure.in b/configure.in index 7f7326fb..154330d6 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,7 @@ AC_INIT(ssh.c) AC_CONFIG_HEADER(config.h) +AC_PROG_CC AC_CANONICAL_HOST # C Compiler features @@ -8,7 +9,6 @@ if test "$GCC" = "yes"; then CFLAGS="$CFLAGS -Wall"; fi AC_C_INLINE # Checks for programs. -AC_PROG_CC AC_PROG_CPP AC_PROG_RANLIB AC_PROG_INSTALL