]> git.notmuchmail.org Git - notmuch/commitdiff
configure: Add support for FreeBSD.
authorMike Kelly <pioto@pioto.org>
Wed, 30 May 2012 07:01:56 +0000 (03:01 -0400)
committerDavid Bremner <bremner@debian.org>
Sun, 2 Sep 2012 02:15:53 +0000 (23:15 -0300)
This makes FreeBSD a recognized platform. Follow up patches make it
work properly.

configure

index dc0dba4c12f5c93908b59c31b2b2dd589464ea87..acb90a8c610efdf24c5d472e6a2d1852b71dc391 100755 (executable)
--- a/configure
+++ b/configure
@@ -374,6 +374,10 @@ elif [ $uname = "SunOS" ] ; then
     printf "Solaris.\n"
     platform=SOLARIS
     linker_resolves_library_dependencies=0
+elif [ $uname = "FreeBSD" ] ; then
+    printf "FreeBSD.\n"
+    platform=FREEBSD
+    linker_resolves_library_dependencies=0
 elif [ $uname = "Linux" ] || [ $uname = "GNU" ] ; then
     printf "$uname\n"
     platform="$uname"
@@ -663,7 +667,7 @@ HAVE_GETLINE = ${have_getline}
 # build its own version)
 HAVE_STRCASESTR = ${have_strcasestr}
 
-# Supported platforms (so far) are: LINUX, MACOSX, SOLARIS
+# Supported platforms (so far) are: LINUX, MACOSX, SOLARIS, FREEBSD
 PLATFORM = ${platform}
 
 # Whether the linker will automatically resolve the dependency of one