Ticket #11110: patch-configure

File patch-configure, 647 bytes (added by gerhard.reitmayr@…, 17 years ago)
Line 
1--- configure.old       2006-12-06 10:00:46.000000000 +0000
2+++ configure   2006-12-06 10:05:34.000000000 +0000
3@@ -6065,7 +6065,7 @@
4         GNU-g++-*-*-*)
5                 # GNU/g++ options vary with the platform:
6                 case "$host" in
7-                  *-*-darwin*)  ac_sobuild="${CXX-g++} -dynamiclib -install_name $soname -o " ;;
8+                  *-*-darwin*)  ac_sobuild="${CXX-g++} -dynamiclib -install_name $libdir/$soname -o " ;;
9                   *-*-solaris*) ac_sobuild="${CXX-g++} -shared -Wl,-h,$soname -o " ;;
10                   *-*-*)        ac_sobuild="${CXX-g++} -shared -Wl,-soname,$soname -o " ;;
11                 esac