r22610: fix build with included popt
authorStefan Metzmacher <metze@samba.org>
Mon, 30 Apr 2007 14:32:50 +0000 (14:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:51:52 +0000 (14:51 -0500)
metze
(This used to be commit aece281c3b99252d55a4b7ced6548101a45361a8)

source4/lib/popt/samba.m4

index 86a79f1c6a216e12212f0f1016c1175a1c5f0166..b6e939f5a0421e56fe5ec494476ba52b436a62f1 100644 (file)
@@ -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