svn commit: samba r18462 - in branches/SAMBA_4_0/source/lib/replace: .

metze at samba.org metze at samba.org
Wed Sep 13 11:08:50 GMT 2006


Author: metze
Date: 2006-09-13 11:08:50 +0000 (Wed, 13 Sep 2006)
New Revision: 18462

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18462

Log:
make the output a bit nicer

metze
Modified:
   branches/SAMBA_4_0/source/lib/replace/repdir.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/repdir.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/repdir.m4	2006-09-13 10:58:40 UTC (rev 18461)
+++ branches/SAMBA_4_0/source/lib/replace/repdir.m4	2006-09-13 11:08:50 UTC (rev 18462)
@@ -51,6 +51,10 @@
 	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



More information about the samba-cvs mailing list