summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 3f4cb5f..fab84cf 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tk installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.71 2002/03/06 15:36:17 dkf Exp $
+# RCS: @(#) $Id: configure.in,v 1.72 2002/05/21 18:27:31 mdejong Exp $
AC_INIT(../generic/tk.h)
@@ -91,6 +91,8 @@ SC_LOAD_TCLCONFIG
# Recompute the necessary flags to run the compiler
#--------------------------------------------------------------------
+SC_ENABLE_SHARED
+
SC_CONFIG_CFLAGS
SC_ENABLE_SYMBOLS
@@ -348,8 +350,6 @@ SC_BUGGY_STRTOD
# building libtk as a shared library instead of a static library.
#--------------------------------------------------------------------
-SC_ENABLE_SHARED
-
eval eval "TK_SHARED_LIB_SUFFIX=${SHARED_LIB_SUFFIX}"
eval eval "TK_UNSHARED_LIB_SUFFIX=${UNSHARED_LIB_SUFFIX}"