From aece281c3b99252d55a4b7ced6548101a45361a8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 30 Apr 2007 14:32:50 +0000 Subject: [PATCH] r22610: fix build with included popt metze --- source/lib/popt/samba.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/popt/samba.m4 b/source/lib/popt/samba.m4 index 86a79f1c6a2..b6e939f5a04 100644 --- a/source/lib/popt/samba.m4 +++ b/source/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 -- 2.11.4.GIT