You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
258 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -1199,7 +1199,6 @@ AC_C_VOLATILE
  4. ### General flags / actions
  5. CFLAGS="$CFLAGS -Wall"
  6. -CFLAGS="$CFLAGS -Werror"
  7. # -Wno-unknown-pragmas is due to gcc not understanding '#pragma ident'
  8. # in Xlib.h on OpenSolaris.