diff options
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 9f52cb7555..a306c8c479 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2536,12 +2536,13 @@ AC_MSG_CHECKING(whether to use included popt) if test x"$INCLUDED_POPT" = x"yes"; then AC_MSG_RESULT($srcdir/popt) BUILD_POPT='$(POPT_OBJS)' - CFLAGS="$CFLAGS -I$srcdir/popt" + FLAGS1="-I$srcdir/popt" else AC_MSG_RESULT(no) LIBS="$LIBS -lpopt" fi AC_SUBST(BUILD_POPT) +AC_SUBST(FLAGS1) ################################################# # final configure stuff |