]> sourceware.org Git - systemtap.git/commitdiff
configury: in bundled-elfutils mode, pass -fexceptions to elfutils CFLAGS
authorFrank Ch. Eigler <fche@redhat.com>
Fri, 15 Jun 2012 19:42:22 +0000 (15:42 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Fri, 15 Jun 2012 19:48:25 +0000 (15:48 -0400)
configure
configure.ac

index bc056907b80650557fb5588e8e180088ef5ac6e7..db412a7ffa1edfc78ca1021258fae0cb27634aed 100755 (executable)
--- a/configure
+++ b/configure
@@ -10277,7 +10277,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                                --exec-prefix="$exec_prefix" \
                                --prefix="$prefix" \
                                ${need_maintainer_option} \
-                               CFLAGS="${CFLAGS/-Wall/} $gnu89_inline_flag" \
+                               CFLAGS="${CFLAGS/-Wall/} $gnu89_inline_flag -fexceptions" \
                                LDFLAGS="$LDFLAGS $elfutils_rpath" &&
    if test -f ${elfutils_srcdir}/config/version.h.in; then
         echo Found elfutils/version.h header...
index 8559473bce46a9e76275fe8ad970804919a10af8..2a30ea146917becfc51e6281e87c5b906472dcc9 100644 (file)
@@ -518,7 +518,7 @@ if test $build_elfutils = yes -a $enable_translator = yes; then
                                --exec-prefix="$exec_prefix" \
                                --prefix="$prefix" \
                                ${need_maintainer_option} \
-                               CFLAGS="${CFLAGS/-Wall/} $gnu89_inline_flag" \
+                               CFLAGS="${CFLAGS/-Wall/} $gnu89_inline_flag -fexceptions" \
                                LDFLAGS="$LDFLAGS $elfutils_rpath" &&
    if test -f ${elfutils_srcdir}/config/version.h.in; then
         echo Found elfutils/version.h header...
This page took 0.039678 seconds and 5 git commands to generate.