diff options
author | lenz@mysql.com <> | 2002-11-06 14:13:11 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2002-11-06 14:13:11 +0100 |
commit | 4fecef14643f25de7f76b5be6ac8337645e0375f (patch) | |
tree | 7cee841e587b5bbcfa222840855f9e176ba1afe9 | |
parent | 8238d98ba97e970673de57c727d8a8f068b9fe96 (diff) | |
download | mariadb-git-4fecef14643f25de7f76b5be6ac8337645e0375f.tar.gz |
- configure.in: replaced AM_PROG_LIBTOOL with AC_PROG_LIBTOOL, since the
old macro name is deprecated (according to the libtool 1.4.2 docs).
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c1a32249fba..5220b1c9ffd 100644 --- a/configure.in +++ b/configure.in @@ -161,7 +161,7 @@ fi AC_PROG_RANLIB # We use libtool #AC_LIBTOOL_WIN32_DLL -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL #AC_LIBTOOL_DLOPEN AC_LIBTOOL_WIN32_DLL AC_DISABLE_FAST_INSTALL AC_DISABLE_SHARED AC_DISABLE_STATIC |