/pidgin/main: d7c1732709b6: Remove unneeded ifdef

Mark Doliner mark at kingant.net
Wed Jan 23 02:13:48 EST 2013


Changeset: d7c1732709b6e62803bf7f7db11f823645d50843
Author:	 Mark Doliner <mark at kingant.net>
Date:	 2013-01-22 23:13 -0800
Branch:	 default
URL: http://hg.pidgin.im/pidgin/main/rev/d7c1732709b6

Description:

Remove unneeded ifdef

I finally read about this flag.  I think this is what we want.

diffstat:

 configure.ac |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -75,8 +75,7 @@ fi
 AC_CANONICAL_HOST
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([1.11 -Wno-portability dist-bzip2])
-dnl TODO: Always use AM_SILENT_RULES when we depend on automake >= 1.11
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AM_SILENT_RULES([yes])
 
 PURPLE_MAJOR_VERSION=purple_major_version
 PURPLE_MINOR_VERSION=purple_minor_version



More information about the Commits mailing list