diff --git a/configure.in b/configure.in index 8be6a46622..495f7fd119 100644 --- a/configure.in +++ b/configure.in @@ -178,7 +178,7 @@ elif test "x${ax_cv_c_compiler_vendor}" = "xclang" ; then SOLINK="-dynamic -force-flat-namespace" ;; *) - AC_ERROR([Please update configure.in with SOLINK values for your compiler]) + SOLINK="-shared -Xlinker -x" ;; esac