From: Lennart Poettering Date: Mon, 3 Aug 2009 21:07:39 +0000 (+0200) Subject: build-sys: take preset CFLAGS into account X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/a44cb642ebd2543e55314d4d8679a9b3d115e533 build-sys: take preset CFLAGS into account --- diff --git a/bootstrap.sh b/bootstrap.sh index 79e0a7dc..970e884e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -94,7 +94,7 @@ else run_versioned automake "$VERSION" --copy --foreign --add-missing if test "x$NOCONFIGURE" = "x"; then - CFLAGS="-g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-force-preopen "$@" + CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var --enable-force-preopen "$@" make clean fi fi