svn commit: samba r19096 - in branches/SAMBA_3_0/source: .

metze at samba.org metze at samba.org
Thu Oct 5 10:49:18 GMT 2006


Author: metze
Date: 2006-10-05 10:49:18 +0000 (Thu, 05 Oct 2006)
New Revision: 19096

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19096

Log:
- fix the build with included popt
- and fix some whitespaces

metze
Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2006-10-05 09:41:27 UTC (rev 19095)
+++ branches/SAMBA_3_0/source/configure.in	2006-10-05 10:49:18 UTC (rev 19096)
@@ -5542,12 +5542,12 @@
 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)



More information about the samba-cvs mailing list