configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias)
authorKim Alvefur <zash@zash.se>
Sun, 26 Apr 2015 23:25:47 +0200
changeset 6638 ef88a6072228
parent 6637 3e226e387a67
child 6639 441f8cb0deec
child 6640 ecc039288edc
configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias)
configure
--- a/configure	Sun Apr 26 23:23:33 2015 +0200
+++ b/configure	Sun Apr 26 23:25:47 2015 +0200
@@ -131,6 +131,8 @@
         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";