Dequote OS_INLINE in configure.raw to avoid unexpected shell evaluation

This commit is contained in:
Suzuki, Toshiya (鈴木俊哉) 2007-03-19 06:30:26 +00:00
parent 64a9ef20d5
commit 6fb74f676b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2007-03-19 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
* 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 <david@freetype.org>
* src/truetype/ttinterp.c (Ins_MDRP): another bytecode

View File

@ -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();