aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ad07a6168..d68614597 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,8 @@ AM_INIT_AUTOMAKE(curl,"6.5.2")
dnl Checks for programs.
AC_PROG_CC
-AC_PROG_INSTALL
+dnl The install stuff has already been taken care of by the automake stuff
+dnl AC_PROG_INSTALL
AC_PROG_MAKE_SET
dnl Check for AIX weirdos