aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorDoug Evans <xdje42@gmail.com>2013-11-28 14:30:59 -0800
committerDoug Evans <xdje42@gmail.com>2013-11-28 14:30:59 -0800
commitd344e670e7df167ddc6728fd378388d37a0e3c88 (patch)
tree073a5c8fee4b25202295a517044fece6066d0f64 /gdb/configure
parenteebc056c8e1ae9bc015645acf861bde0eff8335a (diff)
downloadfsf-binutils-gdb-d344e670e7df167ddc6728fd378388d37a0e3c88.zip
fsf-binutils-gdb-d344e670e7df167ddc6728fd378388d37a0e3c88.tar.gz
fsf-binutils-gdb-d344e670e7df167ddc6728fd378388d37a0e3c88.tar.bz2
* configure.ac: Add comments delineating libpython and libmcheck.
* configure: Regenerate.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/configure b/gdb/configure
index b38e183..5300b5a 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -7962,6 +7962,10 @@ done
fi
fi
+# --------------------- #
+# Check for libpython. #
+# --------------------- #
+
@@ -8563,6 +8567,10 @@ fi
+# --------------------- #
+# Check for libmcheck. #
+# --------------------- #
+
# Enable -lmcheck by default (it provides cheap-enough memory mangling),
# but turn it off if Python is enabled with threads, since -lmcheck is
# not thread safe (http://sourceware.org/bugzilla/show_bug.cgi?id=9939),