summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-03-10 23:24:24 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-03-10 23:24:24 (GMT)
commitc1dcaf342a254f0262099af76c11342a33dcf97e (patch)
tree60439a9ea16014191163cc0c48303a336e5076bc /Templates
parent3b65bcb8b72596a97b78889e0bdf394401afabba (diff)
downloadCMake-c1dcaf342a254f0262099af76c11342a33dcf97e.zip
CMake-c1dcaf342a254f0262099af76c11342a33dcf97e.tar.gz
CMake-c1dcaf342a254f0262099af76c11342a33dcf97e.tar.bz2
ENH: try to get crazy dec cxx to work again... one more time
Diffstat (limited to 'Templates')
-rwxr-xr-xTemplates/configure2
-rw-r--r--Templates/configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Templates/configure b/Templates/configure
index 43bed60..83e6f2f 100755
--- a/Templates/configure
+++ b/Templates/configure
@@ -2813,7 +2813,7 @@ fi
if test $ac_cv_prog_gxx = yes; then
CMAKE_SHLIB_RUNTIME_FLAG="-Wl,-rpath,"
else
- CMAKE_SHLIB_RUNTIME_FLAG="-rpath,"
+ CMAKE_SHLIB_RUNTIME_FLAG="-rpath "
fi
CMAKE_SHLIB_RUNTIME_SEP=":"
;;
diff --git a/Templates/configure.in b/Templates/configure.in
index 02d12fe..3a62545 100644
--- a/Templates/configure.in
+++ b/Templates/configure.in
@@ -361,7 +361,7 @@ case $system in
if test $ac_cv_prog_gxx = yes; then
CMAKE_SHLIB_RUNTIME_FLAG="-Wl,-rpath,"
else
- CMAKE_SHLIB_RUNTIME_FLAG="-rpath,"
+ CMAKE_SHLIB_RUNTIME_FLAG="-rpath "
fi
CMAKE_SHLIB_RUNTIME_SEP=":"
;;