Software /
code /
prosody
Comparison
configure @ 6635:ef88a6072228
configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 26 Apr 2015 23:25:47 +0200 |
parent | 6634:3e226e387a67 |
child | 6810:533fd843d91f |
comparison
equal
deleted
inserted
replaced
6634:3e226e387a67 | 6635:ef88a6072228 |
---|---|
129 LDFLAGS="-I/usr/local/include -L/usr/local/lib -shared" | 129 LDFLAGS="-I/usr/local/include -L/usr/local/lib -shared" |
130 LUA_SUFFIX="-5.1" | 130 LUA_SUFFIX="-5.1" |
131 LUA_SUFFIX_SET=yes | 131 LUA_SUFFIX_SET=yes |
132 LUA_DIR=/usr/local | 132 LUA_DIR=/usr/local |
133 LUA_DIR_SET=yes | 133 LUA_DIR_SET=yes |
134 CC=cc | |
135 LD=ld | |
134 fi | 136 fi |
135 if [ "$OSTYPE" = "openbsd" ]; then | 137 if [ "$OSTYPE" = "openbsd" ]; then |
136 LUA_INCDIR="/usr/local/include"; | 138 LUA_INCDIR="/usr/local/include"; |
137 fi | 139 fi |
138 ;; | 140 ;; |