Revision 0d1e2394

b/configure
213 213
    source_path_used="yes"
214 214
fi
215 215

  
216
# generate compile errors on warnings for development builds
217
if grep cvs $source_path/VERSION > /dev/null 2>&1 ; then
218
werror="yes";
219
else
220 216
werror="no"
221
fi
217
# generate compile errors on warnings for development builds
218
#if grep cvs $source_path/VERSION > /dev/null 2>&1 ; then
219
#werror="yes";
220
#fi
222 221

  
223 222
for opt do
224 223
  optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`

Also available in: Unified diff