From 13aa424ed69abd18b41d35f88dc735f7185ca981 Mon Sep 17 00:00:00 2001 From: Marijn van Vliet Date: Mon, 23 Nov 2009 11:04:58 +0000 Subject: [PATCH] Fix build process on FreeBSD git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@182 ddfedd41-794f-dd11-ae45-00112f111e67 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a8c1e75..53db319 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_CONFIG_MACRO_DIR(m4) # Initialize Automake AM_INIT_AUTOMAKE([-Wall]) # Configure with --enable-silent-rules to cut down on clutter -AM_SILENT_RULES +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) ### LIBRARY VERSIONING ######################################################## # Only update immediately before a public release -- 2.30.2