summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-15 21:18:10 +1100
committerDamien Miller <djm@mindrot.org>2000-03-15 21:18:10 +1100
commit856799ba27c364a44845dd6f73ae4cb89f6c5ed4 (patch)
tree31416c5ea29f912b0d933ca66fd025f70408e4ac /configure.in
parentb1be3bcca113c95cdbcdca8793849d974bbcddbd (diff)
- Configure fix from Bratislav ILICH <bilic@zepter.ru>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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