Software /
code /
prosody
Comparison
configure @ 1002:5265657d7c12
Merge
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 17 Apr 2009 16:16:17 +0100 |
parent | 998:c2000160938d |
child | 1063:b873715ffd96 |
comparison
equal
deleted
inserted
replaced
1001:4bd375bde3cb | 1002:5265657d7c12 |
---|---|
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" |