]> andersk Git - openssh.git/commitdiff
- Configure fix from Bratislav ILICH <bilic@zepter.ru>
authordamien <damien>
Wed, 15 Mar 2000 10:18:10 +0000 (10:18 +0000)
committerdamien <damien>
Wed, 15 Mar 2000 10:18:10 +0000 (10:18 +0000)
CREDITS
ChangeLog
configure.in

diff --git a/CREDITS b/CREDITS
index 5b50796b4553e68fe9bd8977661f708d0ff9c8ae..0fb1adae830e644aeb2ed933d93a765fb839971e 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -8,6 +8,7 @@ Andre Lucas <andre.lucas@dial.pipex.com> - build, login and many other fixes
 Andy Sloane <andy@guildsoftware.com> - bugfixes
 Arkadiusz Miskiewicz <misiek@pld.org.pl> - IPv6 compat fixes
 Ben Taylor <bent@clark.net> - Solaris debugging and fixes
+Bratislav ILICH <bilic@zepter.ru> - Configure fix
 Chip Salzenberg <chip@valinux.com> - Assorted patches
 Chris Saia <csaia@wtower.com> - SuSE packaging
 Chris, the Young One <cky@pobox.com> - Password auth fixes
index ddb4cba2be852e6d6558a35740a1896775320b35..47e56054834531b725835b9524f75ec56d8b1510 100644 (file)
--- 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 <bilic@zepter.ru>
 
 20000314
  - Include macro for IN6_IS_ADDR_V4MAPPED. Report from 
index 7f7326fbd2cde582cb0a86a1ce7b01fad0bd4da9..154330d6eb3f4ab4aef1873c41b6a053770d5f2c 100644 (file)
@@ -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
This page took 0.15731 seconds and 5 git commands to generate.