summaryrefslogtreecommitdiffstats
path: root/source/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
commit87d27265a501da2aab04f655a6a086f2eead000d (patch)
treeed033782d143ee0c419357bec7f2cab0452380e4 /source/configure.in
parent763fd1c78757ea640dd50ac72caf5ebbb465b3b9 (diff)
downloadsamba-87d27265a501da2aab04f655a6a086f2eead000d.tar.gz
samba-87d27265a501da2aab04f655a6a086f2eead000d.tar.xz
samba-87d27265a501da2aab04f655a6a086f2eead000d.zip
Cosmetic fix for libpopt-checking test.
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index 39a0a97c6e7..433665eeef8 100644
--- a/source/configure.in
+++ b/source/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)'