]> andersk Git - openssh.git/blobdiff - configure.in
- Configure fix from Bratislav ILICH <bilic@zepter.ru>
[openssh.git] / configure.in
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.032344 seconds and 4 git commands to generate.