summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-17 14:12:47 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-17 14:12:47 +0000
commit40082f21b2da3123c04dd639d2ab25aaf3a4f8e6 (patch)
treead9644a93c3db9af2a1e7cf58f3aff68ee705025
parent305ba99ed65522dbeef23c125eed3271cde7fbf8 (diff)
downloadpcre-40082f21b2da3123c04dd639d2ab25aaf3a4f8e6.tar.gz
Make AM_SILENT_RULES conditional.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@885 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f9e3ef5..5c45e45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_PREREQ(2.57)
AC_INIT(PCRE, pcre_major.pcre_minor[]pcre_prerelease, , pcre)
AC_CONFIG_SRCDIR([pcre.h.in])
AM_INIT_AUTOMAKE([dist-bzip2 dist-zip])
-AM_SILENT_RULES([yes])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_HEADERS(config.h)
# This was added at the suggestion of libtoolize (03-Jan-10)