From 4695383281d4b74baa10d78253a27b2eb541eef3 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 22 Jan 2010 00:06:17 +0000 Subject: [PATCH] build: Use no-define We don't need the PACKAGE and VERSION defines in the config.h. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b7eea5360..cc294dc83 100644 --- a/configure.ac +++ b/configure.ac @@ -56,7 +56,7 @@ AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([build]) AC_CONFIG_MACRO_DIR([build/autotools]) -AM_INIT_AUTOMAKE([1.9.6 foreign -Wno-portability]) +AM_INIT_AUTOMAKE([1.9.6 foreign -Wno-portability no-define]) CLUTTER_MAJOR_VERSION=clutter_major_version CLUTTER_MINOR_VERSION=clutter_minor_version