mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
- 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)
This commit is contained in:
parent
35579a2acb
commit
7901fca494
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ CXXFLAGS="$CXXFLAGS "
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_RANLIB
|
AC_PROG_RANLIB
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
AC_PROG_LIBTOOL
|
||||||
AC_CHECK_HEADERS(aio.h sched.h)
|
AC_CHECK_HEADERS(aio.h sched.h)
|
||||||
AC_CHECK_SIZEOF(int, 4)
|
AC_CHECK_SIZEOF(int, 4)
|
||||||
AC_CHECK_SIZEOF(long, 4)
|
AC_CHECK_SIZEOF(long, 4)
|
||||||
|
|
Loading…
Reference in a new issue