freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft-devel] [PATCH] Fix CFLAGS and LDFLAGS share configure test


From: Gilles Espinasse
Subject: [ft-devel] [PATCH] Fix CFLAGS and LDFLAGS share configure test
Date: Wed, 27 Jun 2012 22:39:17 +0200

Broken since the origin (commit d818ba597945cd9a59583eb6efe75f58b468cfe5)

Signed-off-by: Gilles Espinasse <address@hidden>
---
 builds/unix/configure.raw |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index 666c243..76fa0ca 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])
-- 
1.7.2.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]