]> git.0d.be Git - empathy.git/commitdiff
configure.ac: Add -Wno-portability to AM_INIT_AUTOMAKE to suppress automake >= 1...
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 26 Feb 2008 14:32:48 +0000 (14:32 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 26 Feb 2008 14:32:48 +0000 (14:32 +0000)
svn path=/trunk/; revision=675

configure.ac

index 4d26cae4efb63a10040efb34ef79fdea53c173d7..04843352707961aa950bf646710c0fe47bdccaae 100644 (file)
@@ -46,7 +46,7 @@ AC_CONFIG_AUX_DIR(.)
 
 GNOME_COMMON_INIT
 
-AM_INIT_AUTOMAKE(1.9 dist-bzip2 no-define)
+AM_INIT_AUTOMAKE(1.9 dist-bzip2 no-define -Wno-portability)
 AM_MAINTAINER_MODE
 AC_ISC_POSIX
 AC_PROG_CC