aboutsummaryrefslogtreecommitdiff
path: root/intl/configure.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-04-20 01:30:46 +0000
committerTom Tromey <tromey@redhat.com>1998-04-20 01:30:46 +0000
commit15a4be0cfa4413029985eaeb9b8828f382273b96 (patch)
tree4992cbec0bda5f94a39b1d6a5cd5129ee2ba6a08 /intl/configure.in
parent5412dcebb205caa67dda4070b340b97fb9669c6c (diff)
downloadgdb-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.in1
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)