aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-08-19 15:50:57 +0200
committerKim Alvefur <zash@zash.se>2016-08-19 15:50:57 +0200
commit8e3f4f30e805734b9677660987c4bacc10d687b0 (patch)
treedd20cca417211696c43da003d72c87ba1a0d397d /configure
parent4725db3f2fe264f30ec65fbfe6279958d868e397 (diff)
downloadprosody-8e3f4f30e805734b9677660987c4bacc10d687b0.tar.gz
prosody-8e3f4f30e805734b9677660987c4bacc10d687b0.zip
configure: Indicate that LUA_INCDIR is set in openbsd preset
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 8541150e..ee3b8940 100755
--- a/configure
+++ b/configure
@@ -145,6 +145,7 @@ do
fi
if [ "$OSTYPE" = "openbsd" ]; then
LUA_INCDIR="/usr/local/include";
+ LUA_INCDIR_SET="yes"
fi
;;
--libdir=*)