Change default parameters for ./configure

This commit is contained in:
Tom G. Christensen 2003-07-25 15:35:49 +00:00
parent 641026ae54
commit 2c6a932f12

View File

@ -395,7 +395,7 @@ generic_build()
{
setdir source
./configure --prefix=$prefix
./configure --prefix=$prefix --disable-nls
if [ $? -ne 0 ]; then
error $E_BAD_CONFIG generic_build
fi