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:
parent
35da7fae5e
commit
6654c29138
1261
source3/configure
vendored
1261
source3/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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)'
|
||||
|
Loading…
Reference in New Issue
Block a user