summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-07-30 01:25:59 +0000
committerTim Potter <tpot@samba.org>2002-07-30 01:25:59 +0000
commitc0cd7e0ce3e06c94bacffd86a5fb53ae861844d0 (patch)
tree6352d8efc30917cc78cdb2752775fd9d3219c3bf /source3/configure.in
parent58fa0ad55a29c33828654291b6c8cac28561094a (diff)
downloadsamba-c0cd7e0ce3e06c94bacffd86a5fb53ae861844d0.tar.gz
samba-c0cd7e0ce3e06c94bacffd86a5fb53ae861844d0.tar.bz2
samba-c0cd7e0ce3e06c94bacffd86a5fb53ae861844d0.zip
Do AC_MSG_RESULT(yes) when using included popt.
(This used to be commit edd91fa854356739301604968f15e0a662986d65)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index e73047de6c..0531675c7d 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2768,7 +2768,7 @@ fi
AC_MSG_CHECKING(whether to use included popt)
if test x"$INCLUDED_POPT" = x"yes"; then
- AC_MSG_RESULT($srcdir/popt)
+ AC_MSG_RESULT(yes)
BUILD_POPT='$(POPT_OBJS)'
FLAGS1="-I$srcdir/popt"
else