summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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 7f7326fbd..154330d6e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,7 @@
1AC_INIT(ssh.c) 1AC_INIT(ssh.c)
2 2
3AC_CONFIG_HEADER(config.h) 3AC_CONFIG_HEADER(config.h)
4AC_PROG_CC
4AC_CANONICAL_HOST 5AC_CANONICAL_HOST
5 6
6# C Compiler features 7# C Compiler features
@@ -8,7 +9,6 @@ if test "$GCC" = "yes"; then CFLAGS="$CFLAGS -Wall"; fi
8AC_C_INLINE 9AC_C_INLINE
9 10
10# Checks for programs. 11# Checks for programs.
11AC_PROG_CC
12AC_PROG_CPP 12AC_PROG_CPP
13AC_PROG_RANLIB 13AC_PROG_RANLIB
14AC_PROG_INSTALL 14AC_PROG_INSTALL