aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-12-09 17:18:30 +0000
committerTom Tromey <tromey@redhat.com>2008-12-09 17:18:30 +0000
commita8111142cc46ecac5a27b59e59d09286aa7b7b35 (patch)
treedab056f90b84448976e35c5a822d1cd1291645fe /gdb/config.in
parent4100683baad9f616d7510a789bef00fbd396a0eb (diff)
downloadbinutils-a8111142cc46ecac5a27b59e59d09286aa7b7b35.zip
binutils-a8111142cc46ecac5a27b59e59d09286aa7b7b35.tar.gz
binutils-a8111142cc46ecac5a27b59e59d09286aa7b7b35.tar.bz2
* config.in, configure: Rebuild.
* configure.ac: Check for locale.h, setlocale. Call AM_LC_MESSAGES. * acinclude.m4: Include lcmessage.m4.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 46e2467..bceba76 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -175,6 +175,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define if your <locale.h> file defines LC_MESSAGES. */
+#undef HAVE_LC_MESSAGES
+
/* Define to 1 if you have the `dl' library (-ldl). */
#undef HAVE_LIBDL
@@ -208,6 +211,9 @@
/* Define to 1 if you have the <link.h> header file. */
#undef HAVE_LINK_H
+/* Define to 1 if you have the <locale.h> header file. */
+#undef HAVE_LOCALE_H
+
/* Define to 1 if the compiler supports long double. */
#undef HAVE_LONG_DOUBLE
@@ -325,6 +331,9 @@
/* Define to 1 if you have the `sbrk' function. */
#undef HAVE_SBRK
+/* Define to 1 if you have the `setlocale' function. */
+#undef HAVE_SETLOCALE
+
/* Define to 1 if you have the `setpgid' function. */
#undef HAVE_SETPGID