Diff

configure @ 8133:102e1ec8bee1

Merge 0.10->trunk
author Kim Alvefur <zash@zash.se>
date Wed, 26 Apr 2017 11:55:27 +0200
parent 8130:12440a0043ab
child 8281:6bfaa43bea3c
line wrap: on
line diff
--- a/configure	Tue Apr 25 01:42:59 2017 +0200
+++ b/configure	Wed Apr 26 11:55:27 2017 +0200
@@ -297,9 +297,15 @@
    --cflags)
       CFLAGS="$value"
       ;;
+   --add-cflags)
+      CFLAGS="$CFLAGS $value"
+      ;;
    --ldflags)
       LDFLAGS="$value"
       ;;
+   --add-ldflags)
+      LDFLAGS="$LDFLAGS $value"
+      ;;
    --c-compiler)
       CC="$value"
       ;;