diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index e85d152..a0a0a76 100644 --- a/configure.ac +++ b/configure.ac @@ -31,14 +31,7 @@ AC_PROG_EGREP AC_CHECK_PROGS([READELF], [readelf eu-readelf], [false]) AM_MISSING_PROG([AUTOM4TE], [autom4te]) -AC_ENABLE_SHARED -AC_DISABLE_STATIC -dnl Next four lines is a hack to prevent libtool checking for CXX/F77 -m4_undefine([AC_PROG_CXX]) -m4_defun([AC_PROG_CXX],[]) -m4_undefine([AC_PROG_F77]) -m4_defun([AC_PROG_F77],[]) -AC_PROG_LIBTOOL +LT_INIT([disable-static]) AC_PREFIX_DEFAULT([/usr]) |