X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=23d868e66c8d831b7d467b0fa8f6efa8aded671d;hb=00ba99d6f1c1352bc40cf33b4db28d8d221695a2;hp=fbc1892af86f9e949610dd3020c959e8679dbb20;hpb=898f345bebd2b81107a895f9b32a989e123eb1e8;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/configure.ac b/configure.ac index fbc1892..23d868e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [1.91.93], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [2.0.1], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 @@ -99,6 +99,10 @@ DBIND_CHECK_ALIGNOF(dbind_pointer) DBIND_CHECK_ALIGNOF(dbind_struct) CPPFLAGS=$orig_CPPFLAGS +if test "x$GCC" = xyes; then + CFLAGS="$CFLAGS -Werror-implicit-function-declaration" +fi + if test "x$enable_p2p" = "xno"; then P2P_CFLAGS=-DDISABLE_P2P fi