svn commit: samba r7335 - branches/SAMBA_3_0/source trunk/source

jerry at samba.org jerry at samba.org
Mon Jun 6 13:30:47 GMT 2005


Author: jerry
Date: 2005-06-06 13:30:45 +0000 (Mon, 06 Jun 2005)
New Revision: 7335

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

Log:
patch from Joerg Sonnenberger <joerg at britannica.bec.de> to fix dragonfly detection
Modified:
   branches/SAMBA_3_0/source/configure.in
   trunk/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2005-06-06 13:30:23 UTC (rev 7334)
+++ branches/SAMBA_3_0/source/configure.in	2005-06-06 13:30:45 UTC (rev 7335)
@@ -544,7 +544,7 @@
 	*irix*)
 		AC_DEFINE(SYSV, 1, [Whether to enable System V compatibility])
 		;;
-	*freebsd*|*DragonFly*)
+	*freebsd*|*dragonfly*)
 		AC_DEFINE(FREEBSD, 1, [Whether the host os is FreeBSD])
 		;;
 #
@@ -1180,7 +1180,7 @@
 AC_CHECK_FUNCS(attr_getf attr_listf attr_setf attr_removef)
 # Check if we have extattr
 case "$host_os" in
-  *freebsd4* | *DragonFly* )
+  *freebsd4* | *dragonfly* )
     AC_DEFINE(BROKEN_EXTATTR, 1, [Does extattr API work])
     ;;
   *)
@@ -1251,7 +1251,7 @@
 			AC_DEFINE(STAT_ST_BLOCKSIZE,512)
 			AC_DEFINE(BROKEN_GETGRNAM,1,[Does getgrnam work correctly])
 			;;
-		*netbsd* | *freebsd* | *DragonFly* )  
+		*netbsd* | *freebsd* | *dragonfly* )  
 			BLDSHARED="true"
 			LDSHFLAGS="-shared"
 			DYNEXP="-Wl,--export-dynamic"
@@ -4116,7 +4116,7 @@
 	fi
 
 	;;
-	*freebsd* | *DragonFly* )
+	*freebsd* | *dragonfly* )
 		AC_CACHE_CHECK([for freebsd sendfile support],samba_cv_HAVE_SENDFILE,[
 		AC_TRY_LINK([\
 #include <sys/types.h>

Modified: trunk/source/configure.in
===================================================================
--- trunk/source/configure.in	2005-06-06 13:30:23 UTC (rev 7334)
+++ trunk/source/configure.in	2005-06-06 13:30:45 UTC (rev 7335)
@@ -537,7 +537,7 @@
 	*irix*)
 		AC_DEFINE(SYSV, 1, [Whether to enable System V compatibility])
 		;;
-	*freebsd*|*DragonFly*)
+	*freebsd*|*dragonfly*)
 		AC_DEFINE(FREEBSD, 1, [Whether the host os is FreeBSD])
 		;;
 #
@@ -1173,7 +1173,7 @@
 AC_CHECK_FUNCS(attr_getf attr_listf attr_setf attr_removef)
 # Check if we have extattr
 case "$host_os" in
-  *freebsd4* | *DragonFly* )
+  *freebsd4* | *dragonfly* )
     AC_DEFINE(BROKEN_EXTATTR, 1, [Does extattr API work])
     ;;
   *)
@@ -1244,7 +1244,7 @@
 			AC_DEFINE(STAT_ST_BLOCKSIZE,512)
 			AC_DEFINE(BROKEN_GETGRNAM,1,[Does getgrnam work correctly])
 			;;
-		*netbsd* | *freebsd* | *DragonFly* )  
+		*netbsd* | *freebsd* | *dragonfly* )  
 			BLDSHARED="true"
 			LDSHFLAGS="-shared"
 			DYNEXP="-Wl,--export-dynamic"
@@ -4110,7 +4110,7 @@
 	fi
 
 	;;
-	*freebsd* | *DragonFly* )
+	*freebsd* | *dragonfly* )
 		AC_CACHE_CHECK([for freebsd sendfile support],samba_cv_HAVE_SENDFILE,[
 		AC_TRY_LINK([\
 #include <sys/types.h>



More information about the samba-cvs mailing list