summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-14 22:36:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-14 22:36:12 (GMT)
commit73e4fb471c479ab03b08349ea12ea4475c0d7c7f (patch)
treea66a618b7484d405b1ab15c5b32d477984eb0f75 /unix
parent25c9da1b6d5bf6d098be4d26689aec57f350b5a4 (diff)
downloadtcl-73e4fb471c479ab03b08349ea12ea4475c0d7c7f.zip
tcl-73e4fb471c479ab03b08349ea12ea4475c0d7c7f.tar.gz
tcl-73e4fb471c479ab03b08349ea12ea4475c0d7c7f.tar.bz2
Try adding some quotes
Diffstat (limited to 'unix')
-rwxr-xr-xunix/configure2
-rw-r--r--unix/tcl.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index f28cc8c..53def0a 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7328,7 +7328,7 @@ fi
LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
if test $doRpath = yes; then
- CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'
+ CC_SEARCH_FLAGS='"-Wl,-rpath,${LIB_RUNTIME_DIR}"'
fi
LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 585bbba..41767a1 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1392,7 +1392,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
DL_LIBS="-ldl"
LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
AS_IF([test $doRpath = yes], [
- CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}'])
+ CC_SEARCH_FLAGS='"-Wl,-rpath,${LIB_RUNTIME_DIR}"'])
LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
AS_IF([test "`uname -m`" = "alpha"], [CFLAGS="$CFLAGS -mieee"])
AS_IF([test $do64bit = yes], [