chiark / gitweb /
rules: fix typo
[elogind.git] / autogen.sh
index f659fca5251b0213301c5d710c7d8bee3f3097b3..b6ffee7297fc1e853a3bd3dc0c7ed9d463960170 100755 (executable)
@@ -31,5 +31,4 @@ args="--prefix=/usr \
 --with-selinux \
 --enable-gtk-doc"
 
-export CFLAGS="$CFLAGS $MYCFLAGS"
-./configure $args $@
+./configure $args CFLAGS="${CFLAGS} ${MYCFLAGS}" $@