diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-24 21:29:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-24 21:29:43 +0000 |
commit | d20a05161a48218e723c6040fed707b149d5b1da (patch) | |
tree | 00bb10acd650c5ec88943827aaf086df6c478495 | |
parent | 6769ab2797d0cf1262339a1d556a02a48e188640 (diff) |
AM_PROG_LIBTOOL is deprecated and AC_PROG_LIBTOOL should be used instead
-rw-r--r-- | configure.ac | 2 |
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 |