aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2000-02-08 16:25:08 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2000-02-08 16:25:08 +0000
commitf2c4d933e69aa357518329d9dd3641fb5d05e28c (patch)
tree9212dca43fa8a66189237d556ffc8490d787f950 /gdb/configure
parentf805106cd375e6b5fc6036c95cf99eb6e3c9c7fa (diff)
downloadgdb-f2c4d933e69aa357518329d9dd3641fb5d05e28c.zip
gdb-f2c4d933e69aa357518329d9dd3641fb5d05e28c.tar.gz
gdb-f2c4d933e69aa357518329d9dd3641fb5d05e28c.tar.bz2
2000-02-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* configure.in: Remove the addition of sol-thread.c to the CONFIG_INITS list. This caused problems with init.c, because sol-thread.c would be grepped twice for _initialize_* functions. * configure: Ditto. * Makefile.in: Add FIXME for init.c.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure
index a53879c..40c08812 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -5010,7 +5010,6 @@ EOF
CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
- CONFIG_INITS="${CONFIG_INITS} sol-thread.c"
echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
echo "configure:5016: checking for dlopen in -ldl" >&5
ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`