Dequote OS_INLINE in configure.raw to avoid unexpected shell evaluation

david-pic-changes
Suzuki, Toshiya (鈴木俊哉) 18 years ago
parent 64a9ef20d5
commit 6fb74f676b
  1. 6
      ChangeLog
  2. 2
      builds/unix/configure.raw

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

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

Loading…
Cancel
Save