From 2c65bbc984f7084680798c321338d98ad9d336c2 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 30 Apr 2007 14:32:50 +0000 Subject: r22610: fix build with included popt metze (This used to be commit aece281c3b99252d55a4b7ced6548101a45361a8) --- source4/lib/popt/samba.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib') 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 -- cgit