Changeset

6635:ef88a6072228

configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias)
author Kim Alvefur <zash@zash.se>
date Sun, 26 Apr 2015 23:25:47 +0200
parents 6634:3e226e387a67
children 6636:441f8cb0deec 6637:ecc039288edc
files configure
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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";