svn commit: samba r22610 - in branches/SAMBA_4_0/source/lib/popt: .

metze at samba.org metze at samba.org
Mon Apr 30 14:32:52 GMT 2007


Author: metze
Date: 2007-04-30 14:32:50 +0000 (Mon, 30 Apr 2007)
New Revision: 22610

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

Log:
fix build with included popt

metze
Modified:
   branches/SAMBA_4_0/source/lib/popt/samba.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/popt/samba.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/popt/samba.m4	2007-04-30 13:24:00 UTC (rev 22609)
+++ branches/SAMBA_4_0/source/lib/popt/samba.m4	2007-04-30 14:32:50 UTC (rev 22610)
@@ -1,6 +1,6 @@
 m4_include(lib/popt/libpopt.m4)
 
-if test x"$POPTOBJ" = "x"; then
+if test x"$POPT_OBJ" = "x"; then
 	SMB_EXT_LIB(LIBPOPT, [${POPT_LIBS}])
 	SMB_ENABLE(LIBPOPT,YES)
 else



More information about the samba-cvs mailing list