From 2a86df4cb5c4987256120b59523eaa7469769730 Mon Sep 17 00:00:00 2001 From: roland Date: Sat, 6 May 2006 02:28:30 +0000 Subject: 2006-05-05 Roland McGrath * configure.ac (build_elfutils): Pass CFLAGS to elfutils configure, editting out -Wall. * configure: Regenerated. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit