diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2010-12-31 10:23:40 -0600 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2010-12-31 10:23:40 -0600 |
commit | bf074fea522a58ec87ebae90294db9fbdd49b193 (patch) | |
tree | 1d071239e659c593c94264f8742b36de4b7df672 | |
parent | d5c6a0c84b3decda36a3903a66b961c8f2c3be2c (diff) |
Disable fatal warnings on distcheck for nowv1.9.8
cairo.h has an extra comma at the end of an enumeration, which causes a warning,
so making warnings fatal in distcheck makes it impossible to release.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a082f25..4c3aa23 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ ## along with this library. If not, see <http://www.gnu.org/licenses/>. ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS} -DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=fatal +DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=max if ENABLE_DOCUMENTATION doc_subdirs = docs |