build: Ensure user-set CFLAGS override defaults

For example, the user should be able disable our default -Werror
settings.

https://bugzilla.gnome.org/show_bug.cgi?id=691608
diff --git a/configure.ac b/configure.ac
index b7d5d45..5cb21df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3573,7 +3573,7 @@
    -Werror=missing-prototypes -Werror=implicit-function-declaration \
    -Werror=pointer-arith -Werror=init-self -Werror=format-security \
    -Werror=format=2 -Werror=missing-include-dirs])
-CFLAGS="$CFLAGS $with_cflags"
+CFLAGS="$with_cflags $CFLAGS"
 
 #
 # Define variables corresponding to the correct include paths to use for