summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-30 14:32:50 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:52 -0500
commit2c65bbc984f7084680798c321338d98ad9d336c2 (patch)
tree4594d192369aa66c7649a04133ce6f896d9d9e14
parent49aee27f868400c648b33be6348fbbf20d005785 (diff)
downloadsamba-2c65bbc984f7084680798c321338d98ad9d336c2.tar.gz
samba-2c65bbc984f7084680798c321338d98ad9d336c2.tar.bz2
samba-2c65bbc984f7084680798c321338d98ad9d336c2.zip
r22610: fix build with included popt
metze (This used to be commit aece281c3b99252d55a4b7ced6548101a45361a8)
-rw-r--r--source4/lib/popt/samba.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/popt/samba.m4 b/source4/lib/popt/samba.m4
index 86a79f1c6a..b6e939f5a0 100644
--- a/source4/lib/popt/samba.m4
+++ b/source4/lib/popt/samba.m4
@@ -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