diff options
author | Tom Tromey <tromey@redhat.com> | 2009-03-25 00:58:37 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-03-25 00:58:37 +0000 |
commit | fc3b640d978b8b07680feb80a69ddd8c05ee69bd (patch) | |
tree | 92abfc36a7dcea9da711c8e3d4db835f08df9b0c /gdb/config.in | |
parent | b5fe7cfc58a3c8ea9be1aaedef6e441462340d10 (diff) | |
download | gdb-fc3b640d978b8b07680feb80a69ddd8c05ee69bd.zip gdb-fc3b640d978b8b07680feb80a69ddd8c05ee69bd.tar.gz gdb-fc3b640d978b8b07680feb80a69ddd8c05ee69bd.tar.bz2 |
2009-03-24 Tom Tromey <tromey@redhat.com>
Pedro Alves <pedro@codesourcery.com>
* configure, config.in: Rebuild.
* configure.ac: Check for libiconvlist.
* charset.c: Check HAVE_LIBICONVLIST.
* acinclude.m4 (AM_ICONV): Don't subst LIBICONV, LIBICONV_INCLUDE,
LIBICONV_LIBDIR. Update CPPFLAGS and LIBS.
* Makefile.in (LIBICONV, LIBICONV_INCLUDE, LIBICONV_LIBDIR):
Remove.
(INTERNAL_CFLAGS_BASE): Update.
(INTERNAL_LDFLAGS): Update.
(CLIBS): Update.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 247e206..0d5effa 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -190,6 +190,9 @@ /* Define if you have the expat library. */ #undef HAVE_LIBEXPAT +/* Define to 1 if you have the `libiconvlist' function. */ +#undef HAVE_LIBICONVLIST + /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM |