configure
changeset 8132 69f8b22b0472
parent 8090 eb38f3b919be
child 8133 12440a0043ab
--- a/configure	Tue Apr 25 01:35:13 2017 +0200
+++ b/configure	Tue Apr 25 21:46:46 2017 +0200
@@ -297,6 +297,9 @@
    --cflags)
       CFLAGS="$value"
       ;;
+   --add-cflags)
+      CFLAGS="$CFLAGS $value"
+      ;;
    --ldflags)
       LDFLAGS="$value"
       ;;