diff options
author | das <das> | 2004-11-19 14:48:33 (GMT) |
---|---|---|
committer | das <das> | 2004-11-19 14:48:33 (GMT) |
commit | 11ee114c9313b63deea246f9f14d96e68148d0f0 (patch) | |
tree | 369a1631783c8e25e354e2e7ff399a03392c068a /unix/configure | |
parent | a279227fee5d36f45e41bdad4c3c942cc4ebe331 (diff) | |
download | tcl-11ee114c9313b63deea246f9f14d96e68148d0f0.zip tcl-11ee114c9313b63deea246f9f14d96e68148d0f0.tar.gz tcl-11ee114c9313b63deea246f9f14d96e68148d0f0.tar.bz2 |
typo
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 3a1b334..aa80480 100755 --- a/unix/configure +++ b/unix/configure @@ -13457,7 +13457,7 @@ if test "$FRAMEWORK_BUILD" = "1" ; then cat >>confdefs.h <<\_ACEOF #define TCL_FRAMEWORK 1 _ACEOF -) + elif test "$SHARED_BUILD" = "0" || test "$TCL_NEEDS_EXP_FILE" = "0"; then if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then TCL_LIB_FLAG="-ltcl${TCL_VERSION}\${TCL_DBGX}" |