This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog configure configure.ac
- From: khooyp at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 2 Sep 2012 22:57:43 -0000
- Subject: src/gdb ChangeLog configure configure.ac
CVSROOT: /cvs/src
Module name: src
Changes by: khooyp@sourceware.org 2012-09-02 22:57:43
Modified files:
gdb : ChangeLog configure configure.ac
Log message:
2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
Do not enable -lmcheck by default when Python is enabled with
threading support.
* configure.ac: (python_has_threads) New variable, by testing
if WITH_THREAD is defined in Python.h.
Move --enable-lmcheck after --with-python.
Do not enable -lmcheck by default if python_has_threads=yes.
Warn if --enable-lmcheck and python_has_threads=yes.
* configure: Regenerate.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14643&r2=1.14644
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.diff?cvsroot=src&r1=1.371&r2=1.372
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.ac.diff?cvsroot=src&r1=1.182&r2=1.183