diff options
author | Martin Pool <mbp@samba.org> | 2001-11-14 01:18:41 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-14 01:18:41 +0000 |
commit | 87d27265a501da2aab04f655a6a086f2eead000d (patch) | |
tree | ed033782d143ee0c419357bec7f2cab0452380e4 /source/configure.in | |
parent | 763fd1c78757ea640dd50ac72caf5ebbb465b3b9 (diff) | |
download | samba-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.in | 2 |
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)' |