]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] cleanup: removed GCC_WERROR_OK setting from configure.ac.
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 28 Dec 2012 22:02:17 +0000 (14:02 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 28 Dec 2012 22:02:17 +0000 (14:02 -0800)
It's not used anywhere else in the source tree any more.  okayed on jabber.

configure.ac

index a3fec10ee63c0c3902d1460bdcf63df43965fdb2..37c2dd3139c41ba81fca19949b23ac682f6ddba6 100644 (file)
@@ -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],