aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-03-21 17:12:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-03-21 17:12:27 +0000
commitd1a1fcc6f1e56e005b9f9a606e66087dbaa33245 (patch)
tree459fcb90a5819fd0c94f349724a99bcf55259343 /configure.in
parent475869a61203cf3d3deb9a4788052a2c6221df94 (diff)
removed the double BSD install check
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