Software /
code /
prosody
Diff
configure @ 4541:05f5ec99da77
Merge with trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 22 Jan 2012 22:55:49 +0000 |
parent | 4451:70275ab52ab2 |
child | 5048:e02161ba20e0 |
line wrap: on
line diff
--- a/configure Sat Dec 10 17:21:19 2011 +0000 +++ b/configure Sun Jan 22 22:55:49 2012 +0000 @@ -112,7 +112,7 @@ CFLAGS="-Wall -fPIC" LDFLAGS="-shared" fi - if [ "$OSTYPE" = "freebsd" ] + if [ "$OSTYPE" = "freebsd" -o "$OSTYPE" = "openbsd" ] then LUA_INCDIR="/usr/local/include/lua51" LUA_INCDIR_SET=yes CFLAGS="-Wall -fPIC -I/usr/local/include" @@ -122,6 +122,9 @@ LUA_DIR=/usr/local LUA_DIR_SET=yes fi + if [ "$OSTYPE" = "openbsd" ] + then LUA_INCDIR="/usr/local/include"; + fi ;; --datadir=*) DATADIR="$value"