svn commit: samba r9535 - in trunk/source: .

jra at samba.org jra at samba.org
Tue Aug 23 19:04:13 GMT 2005


Author: jra
Date: 2005-08-23 19:04:10 +0000 (Tue, 23 Aug 2005)
New Revision: 9535

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

Log:
Fix typo spotted by William Jojo <jojowil at hvcc.edu> - define 
HAVE_STRUCT_DIR64 not HAVE_STRUCT_DIRENT64.
Jeremy

Modified:
   trunk/source/configure.in


Changeset:
Modified: trunk/source/configure.in
===================================================================
--- trunk/source/configure.in	2005-08-23 19:04:08 UTC (rev 9534)
+++ trunk/source/configure.in	2005-08-23 19:04:10 UTC (rev 9535)
@@ -1636,8 +1636,8 @@
 #include <dirent.h>],
 [DIR64 de;],
 samba_cv_HAVE_STRUCT_DIR64=yes,samba_cv_HAVE_STRUCT_DIR64=no)])
-if test x"$samba_cv_HAVE_STRUCT_DIRENT64" = x"yes" && test x"$ac_cv_func_readdir64" = x"yes"; then
-    AC_DEFINE(HAVE_STRUCT_DIRENT64,1,[Whether the 'DIR64' abstract data type is available])
+if test x"$samba_cv_HAVE_STRUCT_DIR64" = x"yes" && test x"$ac_cv_func_readdir64" = x"yes"; then
+    AC_DEFINE(HAVE_STRUCT_DIR64,1,[Whether the 'DIR64' abstract data type is available])
 fi
 
 AC_CACHE_CHECK([for struct dirent64],samba_cv_HAVE_STRUCT_DIRENT64,[



More information about the samba-cvs mailing list