summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authormdejong <mdejong>2001-12-20 21:32:05 (GMT)
committermdejong <mdejong>2001-12-20 21:32:05 (GMT)
commitd0ae1ed47c64f16387530060881d2504f8c530a9 (patch)
tree72b431dba1a68ef91cd61a7d0eee815eca7ede46 /unix/configure
parenta307ef5b1e57756cadfe4f8f8af6eaf362ed0345 (diff)
downloadtk-d0ae1ed47c64f16387530060881d2504f8c530a9.zip
tk-d0ae1ed47c64f16387530060881d2504f8c530a9.tar.gz
tk-d0ae1ed47c64f16387530060881d2504f8c530a9.tar.bz2
* unix/configure: Regen.
* unix/tcl.m4: Update from Tcl.
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index 60ab97b..bdc3c35 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1363,7 +1363,7 @@ else
# check in a few common install locations
if test x"${ac_cv_c_tclconfig}" = x ; then
- for i in `ls -d ${prefix}/lib 2>/dev/null` \
+ for i in `ls -d ${exec_prefix}/lib 2>/dev/null` \
`ls -d /usr/local/lib 2>/dev/null` \
`ls -d /usr/contrib/lib 2>/dev/null` \
`ls -d /usr/lib 2>/dev/null` \
@@ -2176,7 +2176,7 @@ fi
SHLIB_CFLAGS="-fno-common"
SHLIB_LD="cc -dynamiclib \${LDFLAGS}"
TCL_SHLIB_LD_EXTRAS="-compatibility_version ${TCL_MAJOR_VERSION} -current_version \${VERSION} -install_name \${LIB_RUNTIME_DIR}/\${TCL_LIB_FILE} -prebind -seg1addr a000000"
- SHLIB_LD_LIBS="${LIBS}"
+ SHLIB_LD_LIBS='${LIBS}'
SHLIB_SUFFIX=".dylib"
DL_OBJS="tclLoadDyld.o"
DL_LIBS=""