Fix CFLAGS and LDFLAGS share configure test.

* builds/unix/configure.raw: Fix typo.
This commit is contained in:
Gilles Espinasse 2012-06-28 06:45:26 +02:00 committed by Werner Lemberg
parent b3953aa7c4
commit 34de9d2644
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2012-06-28 Gilles Espinasse <g.esp@free.fr>
Fix CFLAGS and LDFLAGS share configure test.
* builds/unix/configure.raw: Fix typo.
2012-06-28 Werner Lemberg <wl@gnu.org>
[truetype] Set the `subpixel_positioned' flag unconditionally.

View File

@ -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])