Added configure option to disable nls, this now allows cherokee to build, at least on gcc4, haven't tried on gcc2 yet.

This commit is contained in:
Scott McCreary
2012-07-23 18:39:41 +00:00
parent 4a63b914fe
commit 598b6cd0c8

View File

@@ -12,7 +12,8 @@ BUILD {
autoheader
automake --add-missing
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--enable-nls=no
make
}