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
commit33f7c5e60ab8c8f5efbc0b82d52f01898db3dd6f (patch)
treedd20cca417211696c43da003d72c87ba1a0d397d /configure
parentb81ad10ffd6c33e5dacae2d6a1c03351f8ce7334 (diff)
downloadprosody-33f7c5e60ab8c8f5efbc0b82d52f01898db3dd6f.tar.gz
prosody-33f7c5e60ab8c8f5efbc0b82d52f01898db3dd6f.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=*)