configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias)
authorKim Alvefur <zash@zash.se>
Sun, 26 Apr 2015 21:25:47 +0000 (23:25 +0200)
committerKim Alvefur <zash@zash.se>
Sun, 26 Apr 2015 21:25:47 +0000 (23:25 +0200)
configure

index bf2300f82f513ab1319621c2fcb12ec93e03283f..37f45f9b1efd231060c98351cc09d0807cf17064 100755 (executable)
--- 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";