diff options
author | roland <roland> | 2006-05-06 02:28:30 +0000 |
---|---|---|
committer | roland <roland> | 2006-05-06 02:28:30 +0000 |
commit | 2a86df4cb5c4987256120b59523eaa7469769730 (patch) | |
tree | 1da470d87499d5d724410a0f4022389c39b6a8cb | |
parent | f62915601d3fabd74481bb8dd332a7844ee66d64 (diff) | |
download | systemtap-steved-2a86df4cb5c4987256120b59523eaa7469769730.tar.gz systemtap-steved-2a86df4cb5c4987256120b59523eaa7469769730.tar.xz systemtap-steved-2a86df4cb5c4987256120b59523eaa7469769730.zip |
2006-05-05 Roland McGrath <roland@redhat.com>
* configure.ac (build_elfutils): Pass CFLAGS to elfutils configure,
editting out -Wall.
* configure: Regenerated.
-rwxr-xr-x | configure | 1 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -6669,6 +6669,7 @@ echo "$as_me: running ${elfutils_srcdir}/configure" >&6;} ${elfutils_srcdir}/configure --enable-libebl-subdir=${PACKAGE_NAME} \ --includedir="${here}/include-elfutils" \ --libdir="${here}/lib-elfutils" \ + CFLAGS="${CFLAGS/-Wall/}" \ LDFLAGS="$LDFLAGS $elfutils_rpath" ) fi diff --git a/configure.ac b/configure.ac index ac931b2f..fd6659d0 100644 --- a/configure.ac +++ b/configure.ac @@ -70,6 +70,7 @@ if test $build_elfutils = yes; then ${elfutils_srcdir}/configure --enable-libebl-subdir=${PACKAGE_NAME} \ --includedir="${here}/include-elfutils" \ --libdir="${here}/lib-elfutils" \ + CFLAGS="${CFLAGS/-Wall/}" \ LDFLAGS="$LDFLAGS $elfutils_rpath" ) fi |