diff options
Diffstat (limited to 'source4/lib/popt')
-rw-r--r-- | source4/lib/popt/config.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/lib/popt/config.m4 b/source4/lib/popt/config.m4 index 0be7d308c7..6ac5d91079 100644 --- a/source4/lib/popt/config.m4 +++ b/source4/lib/popt/config.m4 @@ -25,9 +25,9 @@ fi AC_MSG_CHECKING(whether to use included popt) if test x"$INCLUDED_POPT" != x"no"; then - TMP_LIBPOPT_OBJS="popt/findme.o popt/popt.o popt/poptconfig.o \ - popt/popthelp.o popt/poptparse.o" - CPPFLAGS="$CPPFLAGS -I$srcdir/popt" + TMP_LIBPOPT_OBJS="lib/popt/findme.o lib/popt/popt.o lib/popt/poptconfig.o \ + lib/popt/popthelp.o lib/popt/poptparse.o" + CPPFLAGS="$CPPFLAGS -I$srcdir/lib/popt" AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) |