diff --git a/configure.ac b/configure.ac index 969c8ae6f..7c80d429c 100644 --- a/configure.ac +++ b/configure.ac @@ -89,8 +89,10 @@ dnl ======================================================================== # Checks for programs. AM_PROG_CC_C_O -AC_DISABLE_STATIC -AC_PROG_LIBTOOL + +# require libtool >= 2.2 +LT_PREREQ([2.2.6]) +LT_INIT([disable-static]) # Disable dolt; we should depend on libtool 2.2 #DOLT