fine-tune configure for BSD

pull/18/head
rofl0r 2013-01-06 19:18:04 +01:00
parent 52cbc8f87d
commit 5f433adfed
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -90,6 +90,7 @@ if ismac ; then
elif isbsd ; then
echo LIBDL=>>config.mak
echo "CFLAGS+=-DIS_BSD">>config.mak
echo INSTALL_FLAGS=-m>>config.mak
fi
echo done, now run make \&\& make install