diff options
author | Kim Alvefur <zash@zash.se> | 2015-04-26 23:25:47 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-04-26 23:25:47 +0200 |
commit | 36352ec3c11bcdbc04b7b61d851135da9fa3ba34 (patch) | |
tree | 1a55ba0171b41ff8b0136598870938bafa19f53c /configure | |
parent | a39f72b6330f07d521847a2630e4bd331d3ba097 (diff) | |
download | prosody-36352ec3c11bcdbc04b7b61d851135da9fa3ba34.tar.gz prosody-36352ec3c11bcdbc04b7b61d851135da9fa3ba34.zip |
configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -131,6 +131,8 @@ do LUA_SUFFIX_SET=yes LUA_DIR=/usr/local LUA_DIR_SET=yes + CC=cc + LD=ld fi if [ "$OSTYPE" = "openbsd" ]; then LUA_INCDIR="/usr/local/include"; |