diff options
author | Kim Alvefur <zash@zash.se> | 2016-08-19 15:50:57 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-08-19 15:50:57 +0200 |
commit | 33f7c5e60ab8c8f5efbc0b82d52f01898db3dd6f (patch) | |
tree | dd20cca417211696c43da003d72c87ba1a0d397d /configure | |
parent | b81ad10ffd6c33e5dacae2d6a1c03351f8ce7334 (diff) | |
download | prosody-33f7c5e60ab8c8f5efbc0b82d52f01898db3dd6f.tar.gz prosody-33f7c5e60ab8c8f5efbc0b82d52f01898db3dd6f.zip |
configure: Indicate that LUA_INCDIR is set in openbsd preset
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -145,6 +145,7 @@ do fi if [ "$OSTYPE" = "openbsd" ]; then LUA_INCDIR="/usr/local/include"; + LUA_INCDIR_SET="yes" fi ;; --libdir=*) |