aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 5b45570..ff1a15c 100644
--- a/configure.in
+++ b/configure.in
@@ -13,9 +13,11 @@ AC_PROG_CXX
AC_PROG_AWK
# Using `AC_PROG_RANLIB' is rendered
# obsolete by `AC_PROG_LIBTOOL' :-(
-#AC_PROG_RANLIB
-AC_PROG_LIBTOOL
-AM_PROG_LIBTOOL
+AC_PROG_RANLIB
+# Deactivating libtool for the moment until
+# we find a way this beast works cleanly...
+#AC_PROG_LIBTOOL
+#AM_PROG_LIBTOOL
# Checks for libraries.
AC_CHECK_LIB(m, log)