Comparison

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
comparison
equal deleted inserted replaced
8128:c14513401d65 8133:102e1ec8bee1
295 esac 295 esac
296 ;; 296 ;;
297 --cflags) 297 --cflags)
298 CFLAGS="$value" 298 CFLAGS="$value"
299 ;; 299 ;;
300 --add-cflags)
301 CFLAGS="$CFLAGS $value"
302 ;;
300 --ldflags) 303 --ldflags)
301 LDFLAGS="$value" 304 LDFLAGS="$value"
305 ;;
306 --add-ldflags)
307 LDFLAGS="$LDFLAGS $value"
302 ;; 308 ;;
303 --c-compiler) 309 --c-compiler)
304 CC="$value" 310 CC="$value"
305 ;; 311 ;;
306 --linker) 312 --linker)