diff options
author | Tom Tromey <tromey@redhat.com> | 1998-04-20 01:30:46 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-04-20 01:30:46 +0000 |
commit | 15a4be0cfa4413029985eaeb9b8828f382273b96 (patch) | |
tree | 4992cbec0bda5f94a39b1d6a5cd5129ee2ba6a08 /intl/configure.in | |
parent | 5412dcebb205caa67dda4070b340b97fb9669c6c (diff) | |
download | gdb-15a4be0cfa4413029985eaeb9b8828f382273b96.zip gdb-15a4be0cfa4413029985eaeb9b8828f382273b96.tar.gz gdb-15a4be0cfa4413029985eaeb9b8828f382273b96.tar.bz2 |
* aclocal.m4, configure: Rebuilt.
* configure.in: Call AC_LINK_FILES so that <libintl.h> will
always exist.
Diffstat (limited to 'intl/configure.in')
-rw-r--r-- | intl/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/intl/configure.in b/intl/configure.in index d3c9cea..4ba9c24 100644 --- a/intl/configure.in +++ b/intl/configure.in @@ -5,5 +5,6 @@ AM_CONFIG_HEADER(config.h:config.in) AM_PROG_INSTALL CY_GNU_GETTEXT +AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl) AC_OUTPUT(Makefile) |