diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -213,12 +213,11 @@ else source_path_used="yes" fi -# generate compile errors on warnings for development builds -if grep cvs $source_path/VERSION > /dev/null 2>&1 ; then -werror="yes"; -else werror="no" -fi +# generate compile errors on warnings for development builds +#if grep cvs $source_path/VERSION > /dev/null 2>&1 ; then +#werror="yes"; +#fi for opt do optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` |