diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-02-09 07:03:23 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-02-09 07:03:23 +0000 |
commit | 8aad4bd619051a0db3f2476ec883b704bfab94da (patch) | |
tree | 0007ade00979394a891f87bb35dd81f99a9e0a7e /gdb/configure.in | |
parent | f84e1784d47019302c7b2fd66dd160ad89fc0744 (diff) | |
download | gdb-8aad4bd619051a0db3f2476ec883b704bfab94da.zip gdb-8aad4bd619051a0db3f2476ec883b704bfab94da.tar.gz gdb-8aad4bd619051a0db3f2476ec883b704bfab94da.tar.bz2 |
1999-02-08 Jason Molenda (jsm@bugshack.cygnus.com)
* gnu-regex.c: Check ENABLE_NLS instead of HAVE_LIBINTL_H.
* configure.in: Don't check for libintl.h.
* configure, config.in: Regenerated.
Fixes a problem on debian systems, a conflict between the
/usr/include/libintl.h and the routines that are actually linked in,
up in ../intl.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 51e6668..c04767f 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -65,7 +65,7 @@ AC_TYPE_SIGNAL AC_HEADER_STDC -AC_CHECK_HEADERS(ctype.h curses.h endian.h libintl.h link.h \ +AC_CHECK_HEADERS(ctype.h curses.h endian.h link.h \ memory.h objlist.h ptrace.h sgtty.h stddef.h stdlib.h \ string.h sys/procfs.h sys/ptrace.h sys/reg.h \ term.h termio.h termios.h unistd.h wait.h sys/wait.h \ |