summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/popt.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/popt.m4')
-rw-r--r--source4/lib/ldb/popt.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/lib/ldb/popt.m4 b/source4/lib/ldb/popt.m4
index 7c7969fa9d..558bfc73b1 100644
--- a/source4/lib/ldb/popt.m4
+++ b/source4/lib/ldb/popt.m4
@@ -19,11 +19,10 @@ if test x"$POPTDIR" = x; then
AC_CHECK_HEADERS(popt.h)
AC_CHECK_LIB(popt, poptGetContext)
else
- POPTOBJ="findme.o popt.o poptconfig.o popthelp.o poptparse.o"
+ EXTRA_OBJ="$EXTRA_OBJ findme.o popt.o poptconfig.o popthelp.o poptparse.o"
CFLAGS="$CFLAGS -I$POPTDIR"
fi
AC_CHECK_HEADERS([float.h alloca.h])
AC_CHECK_FUNCS(strerror)
-AC_SUBST(POPTOBJ)
AC_SUBST(POPTDIR)