[java-atk-wrapper/wip] Build: fix unrecognised warning



commit 462d16d8ccfafe2888246c53068b1f0e1c691db2
Author: Magdalen Berns <m berns thismagpie com>
Date:   Mon Jun 22 23:25:49 2015 +0100

    Build: fix unrecognised warning
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=751351

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9284765..288ead4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.63)
 AC_INIT([java-atk-wrapper],[0.33.0])
 
 AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE([1.11 -Wall check-news -Wdeprecated-declarations])
+AM_INIT_AUTOMAKE([1.11 -Wall check-news])
 
 AM_SILENT_RULES([yes])
 m4_pattern_allow([AM_PROG_AR])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]