diff --git a/configure.in b/configure.in index 740ce52ec..525c99168 100644 --- a/configure.in +++ b/configure.in @@ -56,6 +56,7 @@ if test -z "$SO" then case $host in *-*-hp*) SO=.sl;; + *-*-darwin*) SO=.bundle;; *-*-cygwin* | *-*-mingw*) SO=.dll;; *) SO=.so;; esac