]> git.pld-linux.org Git - packages/glib2.git/blame - glib2-acglib.patch
- up to 2.22.0
[packages/glib2.git] / glib2-acglib.patch
CommitLineData
6db99472 1From c07b1c7a6218c74b3bee88aee06c47d912b61a60 Mon Sep 17 00:00:00 2001
2From: =?utf-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= <fpeters@0d.be>
3Date: Fri, 14 Aug 2009 21:00:41 +0200
4Subject: [PATCH] Update GLIB_CHECK_COMPILE_WARNINGS macro to work with Autoconf 2.64
5
6Quoting its NEWS file: "The m4sh macros AS_IF and AS_CASE can now be
7used in shell lists. The responsibility for supplying a trailing
8newline now belongs to the call site, but since most users did not add
9dnl, this generally results in fewer empty lines in configure."
10
11http://bugzilla.gnome.org/show_bug.cgi?id=591840
12---
13 acglib.m4 | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16diff --git a/acglib.m4 b/acglib.m4
17index 530c0af..4778bfa 100644
18--- a/acglib.m4
19+++ b/acglib.m4
20@@ -117,7 +117,7 @@ AS_IF([_AC_EVAL_STDERR($ac_compile) &&
21 [$2],
22 [echo "$as_me: failed program was:" >&AS_MESSAGE_LOG_FD
23 cat conftest.$ac_ext >&AS_MESSAGE_LOG_FD
24-m4_ifvaln([$3],[$3])dnl])dnl
25+m4_ifvaln([$3],[$3])dnl])
26 ac_compile="$glib_ac_compile_save"
27 rm -f conftest.$ac_objext conftest.err m4_ifval([$1], [conftest.$ac_ext])[]dnl
28 ])# GLIB_CHECK_COMPILE_WARNINGS
29--
301.6.3.3
This page took 0.065445 seconds and 4 git commands to generate.