summaryrefslogtreecommitdiff
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 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