diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-03-11 18:49:37 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-03-11 18:49:37 +0000 |
commit | 8c1fb15545253e055a6098b8fdf5fd3fbece95fc (patch) | |
tree | cf6f3605404c9631c09c6472a5dff426c1cde187 /gdb/configure | |
parent | cc81e1c673ae438d57d5287ec64e2fd6e875377a (diff) | |
download | gdb-8c1fb15545253e055a6098b8fdf5fd3fbece95fc.zip gdb-8c1fb15545253e055a6098b8fdf5fd3fbece95fc.tar.gz gdb-8c1fb15545253e055a6098b8fdf5fd3fbece95fc.tar.bz2 |
gdb/
* configure: Regenerate.
* configure.ac (check dynamic export flag): Link python test with
$PYTHON_LIBS.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/configure b/gdb/configure index c54709c..0dd67f0 100755 --- a/gdb/configure +++ b/gdb/configure @@ -11888,6 +11888,8 @@ rm -f core conftest.err conftest.$ac_objext \ # Problem does not happen for the recommended libpythonX.Y.so linkage. old_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $PYTHON_CFLAGS" + old_LIBS="$LIBS" + LIBS="$LIBS $PYTHON_LIBS" if test "$cross_compiling" = yes; then : true else @@ -11913,6 +11915,7 @@ rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi + LIBS="$old_LIBS" CFLAGS="$old_CFLAGS" fi LDFLAGS="$old_LDFLAGS" |