Last-Update: 2011-06-10
--- a/c++/src/build-system/configure
+++ b/c++/src/build-system/configure
-@@ -5860,7 +5860,7 @@
+@@ -7420,7 +7420,7 @@
solaris* )
CONF_f_runpath="-R"
;;
-- linux*:GCC | *bsd*:GCC | cygwin*:GCC | osf*:GCC )
-+ linux*:GCC | *bsd*:GCC | cygwin*:GCC | osf*:GCC | gnu*:GCC )
+- linux*:[GI]CC | *bsd*:GCC | cygwin*:GCC | osf*:GCC )
++ linux*:[GI]CC | *bsd*:GCC | cygwin*:GCC | osf*:GCC | gnu*:GCC)
CONF_f_runpath="-Wl,-rpath,"
;;
- linux*:ICC )
+ irix*:* | linux*:KCC | *:Compaq )
--- a/c++/src/build-system/configure.ac
+++ b/c++/src/build-system/configure.ac
@@ -1558,7 +1558,7 @@
solaris* )
CONF_f_runpath="-R"
;;
-- linux*:GCC | *bsd*:GCC | cygwin*:GCC | osf*:GCC )
-+ linux*:GCC | *bsd*:GCC | cygwin*:GCC | osf*:GCC | gnu*:GCC )
+- linux*:[[GI]]CC | *bsd*:GCC | cygwin*:GCC | osf*:GCC )
++ linux*:[[GI]]CC | *bsd*:GCC | cygwin*:GCC | osf*:GCC | gnu*:GCC )
CONF_f_runpath="-Wl,-rpath,"
;;
- linux*:ICC )
+ irix*:* | linux*:KCC | *:Compaq )
--- a/c++/src/connect/ncbi_socket_cxx.cpp
+++ b/c++/src/connect/ncbi_socket_cxx.cpp
@@ -35,7 +35,7 @@