diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-08-07 17:49:22 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-08-07 17:49:22 +0000 |
commit | 5710a1afa99d21787b0eea1a876115767684329d (patch) | |
tree | 50b4ff930eae10e85f24422d12f6df629028a4ce /gdb/testsuite/configure.in | |
parent | 2fcf52f0db49d500af7b7151e00e432cd9ae86f7 (diff) | |
download | gdb-5710a1afa99d21787b0eea1a876115767684329d.zip gdb-5710a1afa99d21787b0eea1a876115767684329d.tar.gz gdb-5710a1afa99d21787b0eea1a876115767684329d.tar.bz2 |
2003-08-07 Elena Zannoni <ezannoni@redhat.com>
* configure.in: Don't generate config.h from config.hin.
* configure: Regenerate.
* config.hin: Remove file.
* gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
* gdb.threads/pthreads.c: Ditto.
Diffstat (limited to 'gdb/testsuite/configure.in')
-rw-r--r-- | gdb/testsuite/configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/configure.in b/gdb/testsuite/configure.in index f80b623..14300ec 100644 --- a/gdb/testsuite/configure.in +++ b/gdb/testsuite/configure.in @@ -21,7 +21,6 @@ AC_PREREQ(2.13) AC_INIT(gdb.base) -AC_CONFIG_HEADER(config.h:config.hin) AC_CANONICAL_BUILD AC_CANONICAL_HOST |