From 6fb74f676b80ed43b9fb5a5aed3a21a38891c943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suzuki=2C=20Toshiya=20=28=E9=88=B4=E6=9C=A8=E4=BF=8A?= =?UTF-8?q?=E5=93=89=29?= Date: Mon, 19 Mar 2007 06:30:26 +0000 Subject: [PATCH] Dequote OS_INLINE in configure.raw to avoid unexpected shell evaluation --- ChangeLog | 6 ++++++ builds/unix/configure.raw | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e71404294..91406dc01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-19 suzuki toshiya + + * builds/unix/configure.raw: Dequote `OS_INLINE' in + comment conftest.c, to avoid unexpected shell evaluation. + Possibly it is a bug or undocumented behaviour of autoconf. + 2007-03-18 David Turner * src/truetype/ttinterp.c (Ins_MDRP): another bytecode diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw index 332341555..97108b6db 100644 --- a/builds/unix/configure.raw +++ b/builds/unix/configure.raw @@ -218,7 +218,7 @@ if test x$with_old_mac_fonts = xyes; then ], [ - /* OSHostByteOrder() is typed as `OS_INLINE' */ + /* OSHostByteOrder() is typed as OS_INLINE */ int32_t os_byte_order = OSHostByteOrder();