configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias)

This commit is contained in:
Kim Alvefur 2015-04-26 23:25:47 +02:00
parent dc0fa2ef1d
commit 2dcf1e1696

2
configure vendored
View file

@ -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";