X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=configure;h=37f45f9b1efd231060c98351cc09d0807cf17064;hb=0c2073da4938f4a63daa24042f68d8892e3ff029;hp=84f4b9ef251f343cf0c89cdffe8f0120ab006a3b;hpb=442f0f4cf10aa1d2b7676ed99de31738a2c1d488;p=prosody.git diff --git a/configure b/configure index 84f4b9ef..37f45f9b 100755 --- a/configure +++ b/configure @@ -32,7 +32,7 @@ Configure Prosody prior to building. --help This help. --ostype=OS Use one of the OS presets. - May be one of: debian, macosx, linux, freebsd + May be one of: debian, macosx, linux, freebsd, openbsd --prefix=DIR Prefix where Prosody should be installed. Default is $PREFIX --sysconfdir=DIR Location where the config file should be installed. @@ -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";