aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-06-01 18:20:18 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-06-01 18:20:18 +0000
commita68ffae9e6c0accaa925972ec9d222f4e3340339 (patch)
treecbd97af5c95c1c8279b669f94e0f2b1253f1d518 /gdb/config.in
parent89dc0afdc93f3688377cab4c5ddae1630e8d50eb (diff)
gdb/
* configure.ac (development): Define new variable. Call AC_CHECK_LIB for mcheck if $development. (ERROR_ON_WARNING): Enable it by default only if $development. * config.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index a3bd8dddd1..5767773a6a 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -201,6 +201,9 @@
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
+/* Define to 1 if you have the `mcheck' library (-lmcheck). */
+#undef HAVE_LIBMCHECK
+
/* Define if Python 2.4 is being used. */
#undef HAVE_LIBPYTHON2_4