summaryrefslogtreecommitdiff
path: root/innobase/configure.in
diff options
context:
space:
mode:
authorunknown <lenz@kallisto.local>2004-03-12 15:42:26 +0100
committerunknown <lenz@kallisto.local>2004-03-12 15:42:26 +0100
commit5ddad9ae7827c238d29a6c9f13d4699dae5d47fd (patch)
treeb144203d58b2a4f9f0c921b095ef4e59d134f285 /innobase/configure.in
parentfa9543538e00204294813a44707e59d54539eada (diff)
downloadmariadb-git-5ddad9ae7827c238d29a6c9f13d4699dae5d47fd.tar.gz
- added AC_PROG_LIBTOOL to innobase/configure.in to be able to compile
MySQL with InnoDB on IBM AIX 5.2 in 64bit mode (which requires a special AR flag) innobase/configure.in: - added AC_PROG_LIBTOOL to be able to compile MySQL with InnoDB on IBM AIX 5.2 in 64bit mode (which requires a special AR flag)
Diffstat (limited to 'innobase/configure.in')
-rw-r--r--innobase/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/innobase/configure.in b/innobase/configure.in
index 741131eb9e2..7c86dc9fc58 100644
--- a/innobase/configure.in
+++ b/innobase/configure.in
@@ -34,6 +34,7 @@ CXXFLAGS="$CXXFLAGS "
AC_PROG_CC
AC_PROG_RANLIB
AC_PROG_INSTALL
+AC_PROG_LIBTOOL
AC_CHECK_HEADERS(aio.h sched.h)
AC_CHECK_SIZEOF(int, 4)
AC_CHECK_SIZEOF(long, 4)