summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
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=":"
;;