1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Cosmetic fix for libpopt-checking test.

(This used to be commit 87d27265a5)
This commit is contained in:
Martin Pool 2001-11-14 01:18:41 +00:00
parent 35da7fae5e
commit 6654c29138
2 changed files with 633 additions and 630 deletions

1261
source3/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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)'