Testsuite: dynamic libraries are usable on Solaris
[exim.git] / test / configure
index d6d66b4dc2c7f2e76c7784dfb61641e448e80da5..42b405585089395ba2e22ab6dea2dfc0f67843f2 100755 (executable)
@@ -3273,7 +3273,7 @@ done
 host_os=`uname -s`
 
 case $CC-$host_os in
-  gcc-*linux* | gcc-*Linux* | gcc-*LINUX* | gcc-FreeBSD)
+  gcc-*linux* | gcc-*Linux* | gcc-*LINUX* | gcc-FreeBSD | gcc-*SunOS* | cc-*SunOS* )
     LOADED=bin/loaded
     LOADED_OPT="-shared -fPIC"
     echo "Using gcc on $host_os: will compile dynamically loaded module"