1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00

r19096: - fix the build with included popt

- and fix some whitespaces

metze
This commit is contained in:
Stefan Metzmacher 2006-10-05 10:49:18 +00:00 committed by Gerald (Jerry) Carter
parent a0d19e1ebe
commit 4906e60151

View File

@ -5542,12 +5542,12 @@ fi
AC_MSG_CHECKING(whether to use included popt)
if test x"$INCLUDED_POPT" = x"yes"; then
AC_MSG_RESULT(yes)
BUILD_POPT='$(POPT_OBJS)'
POPTLIBS='$(POPT_OBJS)'
BUILD_POPT='$(POPT_OBJ)'
POPTLIBS='$(POPT_OBJ)'
FLAGS1="-I\$(srcdir)/popt"
else
AC_MSG_RESULT(no)
BUILD_POPT=""
BUILD_POPT=""
POPTLIBS="-lpopt"
fi
AC_SUBST(BUILD_POPT)