aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-07-24 21:29:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-07-24 21:29:43 +0000
commitd20a05161a48218e723c6040fed707b149d5b1da (patch)
tree00bb10acd650c5ec88943827aaf086df6c478495 /configure.ac
parent6769ab2797d0cf1262339a1d556a02a48e188640 (diff)
AM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used instead
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2dfbc7273..230c9da68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@ dnl check for cygwin stuff
AC_LIBTOOL_WIN32_DLL
dnl libtool setup
-AM_PROG_LIBTOOL
+AC_PROG_LIBTOOL
AC_MSG_CHECKING([if we need -no-undefined])
case $host in