From f6e72ba4a6df048d8512a9cd45cbdcf0f447d619 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 5 Oct 2006 10:49:18 +0000 Subject: r19096: - fix the build with included popt - and fix some whitespaces metze (This used to be commit 4906e601511fc2056393d8519bb249e5cce926e4) --- source3/configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/configure.in') 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) -- cgit