1configure.ac: disable -Werror 2 3Disable the mandatory flag -Werror in configure.ac. 4 5Signed-off-by: Karoly Kasza <kaszak@gmail.com> 6 7--- open-vm-tools/configure.ac 2015-06-17 10:02:00.000000000 +0200 8+++ open-vm-tools/configure.ac 2015-06-17 10:02:00.000000000 +0200 9@@ -935,7 +935,7 @@ 10 11 ### General flags / actions 12 CFLAGS="$CFLAGS -Wall" 13-CFLAGS="$CFLAGS -Werror" 14+# CFLAGS="$CFLAGS -Werror" 15 16 # -Wno-unknown-pragmas is due to gcc not understanding '#pragma ident' 17 # in Xlib.h on OpenSolaris. 18 19