summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-11-14 01:18:41 +0000
committerMartin Pool <mbp@samba.org>2001-11-14 01:18:41 +0000
commit6654c291381886eadf03fe47cf2e477165136d97 (patch)
tree8797ee5ccfcde447b1e4bac9a101c7102cb77056 /source3/configure.in
parent35da7fae5e9a4b541e90191407ba7e6f4c9f5ed8 (diff)
downloadsamba-6654c291381886eadf03fe47cf2e477165136d97.tar.gz
samba-6654c291381886eadf03fe47cf2e477165136d97.tar.bz2
samba-6654c291381886eadf03fe47cf2e477165136d97.zip
Cosmetic fix for libpopt-checking test.
(This used to be commit 87d27265a501da2aab04f655a6a086f2eead000d)
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)'