Browse Source

[master] cleanup: removed GCC_WERROR_OK setting from configure.ac.

It's not used anywhere else in the source tree any more.  okayed on jabber.
JINMEI Tatuya 12 years ago
parent
commit
6c20066d56
1 changed files with 0 additions and 2 deletions
  1. 0 2
      configure.ac

+ 0 - 2
configure.ac

@@ -166,8 +166,6 @@ fi
 
 fi				dnl GXX = yes
 
-AM_CONDITIONAL(GCC_WERROR_OK, test $werror_ok = 1)
-
 # allow building programs with static link.  we need to make it selective
 # because loadable modules cannot be statically linked.
 AC_ARG_ENABLE([static-link],