aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-04-26 23:25:47 +0200
committerKim Alvefur <zash@zash.se>2015-04-26 23:25:47 +0200
commit2dcf1e16965cf7fc6cf2c097dae4f20f3d864792 (patch)
tree1a55ba0171b41ff8b0136598870938bafa19f53c /configure
parentdc0fa2ef1d851112d83a4641b8d65e40506398ff (diff)
downloadprosody-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-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index bf2300f8..37f45f9b 100755
--- a/configure
+++ b/configure
@@ -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";