aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-09-10 20:05:45 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-09-10 20:05:45 +0000
commit6cea51585fc82f3abc540abfc2068517fb804128 (patch)
tree9e589b31029ab992a0672b406b917f4e9549cc32 /configure.ac
parentfce9c3a9f16d4e789fadacfe276fe468f75d9d8a (diff)
Checked in some code improvements and minor fixes that I discovered in the
FreeBSD ports system.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index fa75a4c10..d8d8b0c1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -163,10 +163,10 @@ m4_defun([AC_LIBTOOL_CXXCPP],[true])
m4_ifdef([AC_LIBTOOL_F77], [m4_undefine([AC_LIBTOOL_F77])])
m4_defun([AC_LIBTOOL_F77],[])
-dnl force libtool to build static libraries with PIC on AMD64-linux
-AC_MSG_CHECKING([if arch-OS host is AMD64-linux (to build static libraries with PIC)])
+dnl force libtool to build static libraries with PIC on AMD64-Linux & FreeBSD
+AC_MSG_CHECKING([if arch-OS host is AMD64-Linux/FreeBSD (to build static libraries with PIC)])
case $host in
- x86_64*linux*)
+ x86_64*linux*|amd64*freebsd*|ia64*freebsd*)
AC_MSG_RESULT([yes])
with_pic=yes
;;
@@ -247,7 +247,7 @@ dnl **********************************************************************
case $host in
#
- x86_64*linux*)
+ x86_64*linux*|amd64*freebsd*|ia64*freebsd*)
#
dnl find out if icc is being used
if test "z$ICC" = "z"; then