summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index f659fca525..b6ffee7297 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -31,5 +31,4 @@ args="--prefix=/usr \
--with-selinux \
--enable-gtk-doc"
-export CFLAGS="$CFLAGS $MYCFLAGS"
-./configure $args $@
+./configure $args CFLAGS="${CFLAGS} ${MYCFLAGS}" $@