diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-02-08 16:25:08 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-02-08 16:25:08 +0000 |
commit | f2c4d933e69aa357518329d9dd3641fb5d05e28c (patch) | |
tree | 9212dca43fa8a66189237d556ffc8490d787f950 /gdb/configure | |
parent | f805106cd375e6b5fc6036c95cf99eb6e3c9c7fa (diff) | |
download | gdb-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-x | gdb/configure | 1 |
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_%'` |