summaryrefslogtreecommitdiffstats
path: root/svm/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'svm/configure.ac')
-rw-r--r--svm/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/svm/configure.ac b/svm/configure.ac
index 530bb2fd3b6..8db5821420c 100644
--- a/svm/configure.ac
+++ b/svm/configure.ac
@@ -1,10 +1,10 @@
AC_INIT(svm, 1.0)
+LT_INIT
AM_INIT_AUTOMAKE
AM_SILENT_RULES
AM_PROG_AS
-AC_PROG_CC
-AC_PROG_LIBTOOL
+AC_PROG_CC_C_O
AC_OUTPUT([Makefile])