Dequote OS_INLINE in configure.raw to avoid unexpected shell evaluation
This commit is contained in:
parent
64a9ef20d5
commit
6fb74f676b
|
@ -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>
|
2007-03-18 David Turner <david@freetype.org>
|
||||||
|
|
||||||
* src/truetype/ttinterp.c (Ins_MDRP): another bytecode
|
* 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();
|
int32_t os_byte_order = OSHostByteOrder();
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue