summaryrefslogtreecommitdiff
path: root/innobase/configure.in
diff options
context:
space:
mode:
authorlenz@kallisto.local <>2004-03-12 15:42:26 +0100
committerlenz@kallisto.local <>2004-03-12 15:42:26 +0100
commit7765418e3cf4449eb7c7319e08b587e2be7efb02 (patch)
treeb144203d58b2a4f9f0c921b095ef4e59d134f285 /innobase/configure.in
parentc104b25693cd4a6d52e45ed62833db9aa98ba141 (diff)
downloadmariadb-git-7765418e3cf4449eb7c7319e08b587e2be7efb02.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)
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)