summaryrefslogtreecommitdiffstats
path: root/source/lib/popt
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/popt')
-rw-r--r--source/lib/popt/config.m47
1 files changed, 2 insertions, 5 deletions
diff --git a/source/lib/popt/config.m4 b/source/lib/popt/config.m4
index 41d49993e05..62003f9e168 100644
--- a/source/lib/popt/config.m4
+++ b/source/lib/popt/config.m4
@@ -31,11 +31,8 @@ if test x"$INCLUDED_POPT" != x"no"; then
[INT_LIB_POPT])
AC_MSG_RESULT(yes)
else
- SMB_SUBSYSTEM(LIBPOPT,
- [],
- [EXT_LIB_POPT])
- SMB_EXT_LIB(POPT, [${TMP_LIBPOPT_LIBS}])
- SMB_EXT_LIB_ENABLE(POPT,YES)
+ SMB_EXT_LIB(LIBPOPT, [${TMP_LIBPOPT_LIBS}])
+ SMB_ENABLE(LIBPOPT,YES)
AC_MSG_RESULT(no)
fi