Comparison

configure @ 1012:d53108635407

Automated merge with http://waqas.ath.cx:8000/
author Matthew Wild <mwild1@gmail.com>
date Wed, 15 Apr 2009 00:21:40 +0100
parent 998:c2000160938d
child 1063:b873715ffd96
comparison
equal deleted inserted replaced
1011:beb039827c9f 1012:d53108635407
111 OPENSSL_LIB="$value" 111 OPENSSL_LIB="$value"
112 ;; 112 ;;
113 --cflags=*) 113 --cflags=*)
114 CFLAGS="$value" 114 CFLAGS="$value"
115 ;; 115 ;;
116 --lflags=*)
117 LFLAGS="$value"
118 ;;
116 --c-compiler=*) 119 --c-compiler=*)
117 CC="$value" 120 CC="$value"
118 ;; 121 ;;
119 --linker=*) 122 --linker=*)
120 LD="$value" 123 LD="$value"