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 | 2dcf1e16965cf7fc6cf2c097dae4f20f3d864792 (patch) | |
tree | 1a55ba0171b41ff8b0136598870938bafa19f53c /configure | |
parent | dc0fa2ef1d851112d83a4641b8d65e40506398ff (diff) | |
download | prosody-2dcf1e16965cf7fc6cf2c097dae4f20f3d864792.tar.gz prosody-2dcf1e16965cf7fc6cf2c097dae4f20f3d864792.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"; |