Commit 7765418e authored by lenz@kallisto.local's avatar lenz@kallisto.local

- 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)
parent c104b256
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment