diff options
-rw-r--r-- | source4/lib/popt/samba.m4 | 2 |
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 |