diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-14 22:36:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-14 22:36:12 (GMT) |
commit | 73e4fb471c479ab03b08349ea12ea4475c0d7c7f (patch) | |
tree | a66a618b7484d405b1ab15c5b32d477984eb0f75 /unix/tcl.m4 | |
parent | 25c9da1b6d5bf6d098be4d26689aec57f350b5a4 (diff) | |
download | tcl-73e4fb471c479ab03b08349ea12ea4475c0d7c7f.zip tcl-73e4fb471c479ab03b08349ea12ea4475c0d7c7f.tar.gz tcl-73e4fb471c479ab03b08349ea12ea4475c0d7c7f.tar.bz2 |
Try adding some quotes
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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], [ |