r18462: make the output a bit nicer
authorStefan Metzmacher <metze@samba.org>
Wed, 13 Sep 2006 11:08:50 +0000 (11:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:33 +0000 (14:18 -0500)
metze
(This used to be commit 0b61ea3ed7b833dbb5a7ca8ef2bb29c1b68f5cad)

source4/lib/replace/repdir.m4

index e2f94263e8e87ec805eb9ba953367c4547916bba..06a01964a8b1d0c997566a1b7a42a6a18676e7be 100644 (file)
@@ -51,6 +51,10 @@ if test x"$libreplace_READDIR_GETDIRENTRIES" = x"yes"; then
        libreplace_READDIR_NEEDED=no
 fi
 
+AC_MSG_CHECKING([a usable readdir()])
 if test x"$libreplace_READDIR_NEEDED" = x"yes"; then
-       AC_MSG_WARN([the provides readdir() is broken])
+       AC_MSG_RESULT(no)
+       AC_MSG_WARN([the provided readdir() is broken])
+else
+       AC_MSG_RESULT(yes)
 fi