diff options
Diffstat (limited to 'source4/lib/popt/libpopt.m4')
-rw-r--r-- | source4/lib/popt/libpopt.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/popt/libpopt.m4 b/source4/lib/popt/libpopt.m4 index b3e2df519b..79980d1d6b 100644 --- a/source4/lib/popt/libpopt.m4 +++ b/source4/lib/popt/libpopt.m4 @@ -37,7 +37,7 @@ if test x"$INCLUDED_POPT" != x"no"; then if test x"$poptdir" = "x"; then AC_MSG_ERROR([cannot find popt source in $poptpaths]) fi - POPTOBJ="popt.o findme.o poptconfig.o popthelp.o poptparse.o" - AC_SUBST(POPTOBJ) + POPT_OBJ="popt.o findme.o poptconfig.o popthelp.o poptparse.o" + AC_SUBST(POPT_OBJ) AC_CHECK_HEADERS([float.h alloca.h]) fi |