diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-23 13:49:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-23 13:49:01 (GMT) |
commit | 969aa6f406f76c17c67d0c0467d72374121ce6ef (patch) | |
tree | 4c44f674724aef22717e0efab79ff4896b96ac00 /unix/tcl.m4 | |
parent | 53f81bb59b8ba463738ba21ac9d9efdfb9e6e9ce (diff) | |
parent | 79d05673697da9aed5779d1613e072d02fe0b759 (diff) | |
download | tcl-969aa6f406f76c17c67d0c0467d72374121ce6ef.zip tcl-969aa6f406f76c17c67d0c0467d72374121ce6ef.tar.gz tcl-969aa6f406f76c17c67d0c0467d72374121ce6ef.tar.bz2 |
make some more internal tables const
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 222c375..85b48fa 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -2088,7 +2088,7 @@ dnl # preprocessing tests use only CPPFLAGS. SHARED_LIB_SUFFIX='${VERSION}${SHLIB_SUFFIX}']) AS_IF([test "$UNSHARED_LIB_SUFFIX" = ""], [ UNSHARED_LIB_SUFFIX='${VERSION}.a']) - DLL_INSTALL_DIR="\$(LIB_INSTALL_DIR)" + DLL_INSTALL_DIR="\$(LIB_INSTALL_DIR)" AS_IF([test "${SHARED_BUILD}" = 1 -a "${SHLIB_SUFFIX}" != ""], [ LIB_SUFFIX=${SHARED_LIB_SUFFIX} |