mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
configure: Indicate that LUA_INCDIR is set in openbsd preset
This commit is contained in:
parent
b81ad10ffd
commit
33f7c5e60a
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -145,6 +145,7 @@ do
|
|||
fi
|
||||
if [ "$OSTYPE" = "openbsd" ]; then
|
||||
LUA_INCDIR="/usr/local/include";
|
||||
LUA_INCDIR_SET="yes"
|
||||
fi
|
||||
;;
|
||||
--libdir=*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue