summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 47ad2f97ea..40af4a30e3 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -22,6 +22,8 @@ dnl Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_AWK
+AC_PROG_LIBTOOL
+AC_SUBST(LIBTOOL_DEPS)
dnl Check if C compiler understands -c and -o at the same time
AC_PROG_CC_C_O