summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorjoye <joye>2013-12-27 19:52:23 (GMT)
committerjoye <joye>2013-12-27 19:52:23 (GMT)
commita167d8c0b3dc074f4a43f95169f51632e7bd6f3a (patch)
tree5afa81b3ccce52cec73b90cd9539c2cb319e60c5 /configure
parent04766ca5e9743201c304e54430f6c4baabbb510b (diff)
downloadblt-a167d8c0b3dc074f4a43f95169f51632e7bd6f3a.zip
blt-a167d8c0b3dc074f4a43f95169f51632e7bd6f3a.tar.gz
blt-a167d8c0b3dc074f4a43f95169f51632e7bd6f3a.tar.bz2
*** empty log message ***
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure36
1 files changed, 1 insertions, 35 deletions
diff --git a/configure b/configure
index 7f26f6a..3340032 100755
--- a/configure
+++ b/configure
@@ -642,7 +642,6 @@ CFLAGS_DEBUG
RC
CELIB_DIR
AR
-SHARED_BUILD
TCL_THREADS
XMKMF
TK_XLIB_DIR_NATIVE
@@ -750,7 +749,6 @@ with_tclinclude
with_tkinclude
with_x
enable_threads
-enable_shared
enable_64bit
enable_64bit_vis
enable_rpath
@@ -1382,7 +1380,6 @@ Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-threads build with threads
- --enable-shared build and link with shared libraries (default: on)
--enable-64bit enable 64bit support (default: off)
--enable-64bit-vis enable 64bit Sparc VIS support (default: off)
--disable-rpath disable rpath support (default: on)
@@ -6682,38 +6679,7 @@ $as_echo "$as_me: WARNING:
# building as a shared library instead of a static library.
#--------------------------------------------------------------------
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to build libraries" >&5
-$as_echo_n "checking how to build libraries... " >&6; }
- # Check whether --enable-shared was given.
-if test "${enable_shared+set}" = set; then :
- enableval=$enable_shared; tcl_ok=$enableval
-else
- tcl_ok=yes
-fi
-
-
- if test "${enable_shared+set}" = set; then
- enableval="$enable_shared"
- tcl_ok=$enableval
- else
- tcl_ok=yes
- fi
-
- if test "$tcl_ok" = "yes" ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: shared" >&5
-$as_echo "shared" >&6; }
- SHARED_BUILD=1
- else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: static" >&5
-$as_echo "static" >&6; }
- SHARED_BUILD=0
-
-$as_echo "#define STATIC_BUILD 1" >>confdefs.h
-
- fi
-
-
+#TEA_ENABLE_SHARED
#--------------------------------------------------------------------
# This macro figures out what flags to use with the compiler/linker