diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-01-06 10:34:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-01-06 10:34:16 (GMT) |
commit | 2595be3dfe679967b983013938587bae42c1f965 (patch) | |
tree | cb749074000f9dd6eebf2f58e9c04118b64a2ee6 /unix/configure | |
parent | b60f173c379f120a700b92671e10dc780b64acf1 (diff) | |
parent | 1ccdd5f18672bc47517b020a1c65d861351fcfdd (diff) | |
download | tcl-2595be3dfe679967b983013938587bae42c1f965.zip tcl-2595be3dfe679967b983013938587bae42c1f965.tar.gz tcl-2595be3dfe679967b983013938587bae42c1f965.tar.bz2 |
Merge 8.5
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index d1f796b..f48f5a4 100755 --- a/unix/configure +++ b/unix/configure @@ -7522,7 +7522,6 @@ fi SHLIB_SUFFIX=".so" DL_OBJS="tclLoadDl.o" DL_LIBS="" - LDFLAGS="" if test $doRpath = yes; then CC_SEARCH_FLAGS='-Wl,-rpath,${LIB_RUNTIME_DIR}' |