summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 39a0a97c6e..433665eeef 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2455,7 +2455,6 @@ AC_SUBST(WINBIND_PAM_PROGS)
#################################################
# Check to see if we should use the included popt
-AC_MSG_CHECKING(whether to use included popt)
AC_ARG_WITH(included-popt,
[ --with-included-popt use bundled popt library, not from system],
[
@@ -2473,6 +2472,7 @@ if test x"$INCLUDED_POPT" != x"yes"; then
INCLUDED_POPT=no, INCLUDED_POPT=yes)
fi
+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)'