diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/configure.in b/source3/configure.in index 2ccb69b371..bcc89b9ed5 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -5542,12 +5542,12 @@ fi AC_MSG_CHECKING(whether to use included popt) if test x"$INCLUDED_POPT" = x"yes"; then AC_MSG_RESULT(yes) - BUILD_POPT='$(POPT_OBJS)' - POPTLIBS='$(POPT_OBJS)' + BUILD_POPT='$(POPT_OBJ)' + POPTLIBS='$(POPT_OBJ)' FLAGS1="-I\$(srcdir)/popt" else AC_MSG_RESULT(no) - BUILD_POPT="" + BUILD_POPT="" POPTLIBS="-lpopt" fi AC_SUBST(BUILD_POPT) |