summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2010-01-08 12:46:28 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2010-01-08 12:46:28 +0000
commit1bbb501026c9d42b57cb21cfd23db83b0c9cf113 (patch)
treedf748e120191db0e274a92f69fe7ab55c39782f2
parentbf43954f56ae5b6ad8966fa56328671e407b91d2 (diff)
downloadclutter-gst-1bbb501026c9d42b57cb21cfd23db83b0c9cf113.tar.gz
[build] Don't warn about GNU-isms in the Makefiles
We do depend on GNU make, that's a fact. Please don't warn about it.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 71f6719..1d6ffab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_CONFIG_AUX_DIR([build/autotools])
AC_CONFIG_SRCDIR([clutter-gst/clutter-gst.h])
AM_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([1.9])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability])
CLUTTER_GST_MAJOR_VERSION=clutter_gst_major_version
CLUTTER_GST_MINOR_VERSION=clutter_gst_minor_version