# HG changeset patch # User Kim Alvefur # Date 1430083547 -7200 # Node ID ef88a6072228050052597d5283cbc4b9026e762c # Parent 3e226e387a6780d2da1cae30c433ac33a44e22a5 configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias) diff -r 3e226e387a67 -r ef88a6072228 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";