From 34de9d264444c4b610cc910427838ce1d13a3307 Mon Sep 17 00:00:00 2001 From: Gilles Espinasse Date: Thu, 28 Jun 2012 06:45:26 +0200 Subject: [PATCH] Fix CFLAGS and LDFLAGS share configure test. * builds/unix/configure.raw: Fix typo. --- ChangeLog | 6 ++++++ builds/unix/configure.raw | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eef639514..15513ad27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-06-28 Gilles Espinasse + + Fix CFLAGS and LDFLAGS share configure test. + + * builds/unix/configure.raw: Fix typo. + 2012-06-28 Werner Lemberg [truetype] Set the `subpixel_positioned' flag unconditionally. diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw index 666c243b9..76fa0ca00 100644 --- a/builds/unix/configure.raw +++ b/builds/unix/configure.raw @@ -297,7 +297,7 @@ do shift 1 ;; -m32|-m64|-march=*|-mcpu=*) # options taking no argument - AC_MSG_RESULT([whether CFLAGS and LDFLAGS share ${c}]) + AC_MSG_CHECKING([whether CFLAGS and LDFLAGS share ${c}]) if expr " ${LDFLAGS} " : ".* ${c} *${a}.*" > /dev/null then AC_MSG_RESULT([yes])