svn commit: samba r2188 - in branches/SAMBA_3_0/source: .

jerry at samba.org jerry at samba.org
Thu Sep 2 14:18:18 GMT 2004


Author: jerry
Date: 2004-09-02 14:18:17 +0000 (Thu, 02 Sep 2004)
New Revision: 2188

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source&rev=2188&nolog=1

Log:
adding some initial checks for DragonFly (same as FreeBSD 4.1)
Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2004-09-02 14:16:50 UTC (rev 2187)
+++ branches/SAMBA_3_0/source/configure.in	2004-09-02 14:18:17 UTC (rev 2188)
@@ -480,7 +480,7 @@
 	*irix*)
 		AC_DEFINE(SYSV, 1, [Whether to enable System V compatibility])
 		;;
-	*freebsd*)
+	*freebsd*|*DragonFly*)
 		AC_DEFINE(FREEBSD, 1, [Whether the host os is FreeBSD])
 		;;
 #
@@ -1163,7 +1163,8 @@
 			AC_DEFINE(STAT_ST_BLOCKSIZE,512)
 			AC_DEFINE(BROKEN_GETGRNAM,1,[Does getgrnam work correctly])
 			;;
-		*netbsd* | *freebsd*)  BLDSHARED="true"
+		*netbsd* | *freebsd* | *DragonFly* )  
+			BLDSHARED="true"
 			LDSHFLAGS="-shared"
 			DYNEXP="-Wl,--export-dynamic"
 			SONAMEFLAG="-Wl,-soname,"
@@ -4006,7 +4007,7 @@
 	fi
 
 	;;
-	*freebsd*)
+	*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