]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Support Intel ICC
authorBrian West <brian@freeswitch.org>
Wed, 19 Mar 2014 19:33:31 +0000 (14:33 -0500)
committerBrian West <brian@freeswitch.org>
Wed, 19 Mar 2014 19:34:07 +0000 (14:34 -0500)
configure.ac
libs/openzap/configure.ac

index a9d81d0be25158e807c0ebdd71b07ded2f21d1dd..f37d7897a66f0517f1ec76075601c65722ef9416 100644 (file)
@@ -257,6 +257,12 @@ elif test "x${ax_cv_c_compiler_vendor}" = "xgnu" ; then
             SOLINK="-shared -Xlinker -x"
         ;;
     esac
+elif test "x${ax_cv_c_compiler_vendor}" = "xintel" ; then
+    case "$host" in
+        *)
+            SOLINK="-shared -Xlinker -x"
+        ;;
+    esac
 else
     AC_ERROR([Please update configure.in with SOLINK values for your compiler])
 fi
index 984a7889276f79ed96f43090b33636f5e3d963fa..734d1c9f70b47cee14dd6b6d333e08714c30fa19 100644 (file)
@@ -101,6 +101,12 @@ elif test "x${ax_cv_c_compiler_vendor}" = "xgnu" ; then
             SOLINK="-shared -Xlinker -x"
         ;;
     esac
+elif test "x${ax_cv_c_compiler_vendor}" = "xintel" ; then
+    case "$host" in
+        *)
+           SOLINK="-shared -Xlinker -x"
+        ;;
+    esac
 else
     AC_ERROR([Please update configure.in with SOLINK values for your compiler])
 fi