configure: Indicate that LUA_INCDIR is set in openbsd preset
authorKim Alvefur <zash@zash.se>
Fri, 19 Aug 2016 15:50:57 +0200
changeset 7613 8c60d7b4a0c1
parent 7612 01df17dc06a4
child 7614 0231b50ec959
configure: Indicate that LUA_INCDIR is set in openbsd preset
configure
--- a/configure	Fri Aug 19 15:46:38 2016 +0200
+++ b/configure	Fri Aug 19 15:50:57 2016 +0200
@@ -145,6 +145,7 @@
       fi
       if [ "$OSTYPE" = "openbsd" ]; then
          LUA_INCDIR="/usr/local/include";
+         LUA_INCDIR_SET="yes"
       fi
       ;;
    --libdir=*)