Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-05-14 00:55:25 +0400
committerDJ Delorie <dj@redhat.com>2002-05-14 00:55:25 +0400
commit9a0da7d70467d3f0659d9281ed5059f3c1d205e7 (patch)
treeca1f9a57f214aa72050ed35a66769af5ef3052c7 /configure
parentfeb7f1a97ddfdf4499bf78afb936e4d2f9be97bd (diff)
* configure: move some logic to configure.in
* configure.in: move some logic from configure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure b/configure
index 30446a209..fdf602026 100755
--- a/configure
+++ b/configure
@@ -1072,22 +1072,6 @@ export CXX
export CFLAGS
export CXXFLAGS
-# FIXME: This should be in configure.in, not configure
-case "$host" in
- *go32*)
- enable_gdbtk=no ;;
- *msdosdjgpp*)
- enable_gdbtk=no ;;
-esac
-
-# FIXME: This should be in configure.in, not configure
-# Determine whether gdb needs tk/tcl or not.
-if [ "$enable_gdbtk" != "no" ]; then
- GDB_TK="all-tcl all-tk all-itcl all-tix all-libgui"
-else
- GDB_TK=""
-fi
-
all_build_modules=
if test x"${build_alias}" != x"${host_alias}"
then