diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5167,6 +5167,8 @@ cat >> conftest.c <<EOF # endif #elif defined(__gnu_hurd__) i386-gnu +#elif defined(__APPLE__) + darwin #else # error unknown platform triplet #endif @@ -14359,7 +14361,7 @@ $as_echo "$SOABI" >&6; } case $ac_sys_system in - Linux*|GNU*) + Linux*|GNU*|Darwin) EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX};; *) EXT_SUFFIX=${SHLIB_SUFFIX};; |