Do AC_MSG_RESULT(yes) when using included popt.
authorTim Potter <tpot@samba.org>
Tue, 30 Jul 2002 01:25:59 +0000 (01:25 +0000)
committerTim Potter <tpot@samba.org>
Tue, 30 Jul 2002 01:25:59 +0000 (01:25 +0000)
(This used to be commit edd91fa854356739301604968f15e0a662986d65)

source3/configure.in

index e73047de6c18144a31807003344c3aeea192d484..0531675c7d73df64b5d82582cc4422d63970f564 100644 (file)
@@ -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