minor formatting
This commit is contained in:
parent
2be28a448f
commit
e172c332bc
13
ChangeLog
13
ChangeLog
|
@ -1,14 +1,13 @@
|
||||||
2008-06-24 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
2008-06-24 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||||
|
|
||||||
* builds/unix/configure.raw: Check type "ResourceIndex" explicitly
|
* builds/unix/configure.raw: Check type `ResourceIndex. explicitly
|
||||||
and define HAVE_TYPE_RESOURCE_INDEX if it is defined. Mac OS X
|
and define HAVE_TYPE_RESOURCE_INDEX if it is defined. Mac OS X 10.5
|
||||||
10.5 bundles 10.4u SDK with MAC_OS_X_VERSION_10_5 macro but without
|
bundles 10.4u SDK with MAC_OS_X_VERSION_10_5 macro but without
|
||||||
ResourceIndex type definition. The macro does not inform the type
|
ResourceIndex type definition. The macro does not inform the type
|
||||||
availability.
|
availability.
|
||||||
* src/base/ftmac.c: More parentheses are inserted to clarify the
|
* src/base/ftmac.c: More parentheses are inserted to clarify the
|
||||||
conditionals to disable legacy APIs in "10.5 and later" cases.
|
conditionals to disable legacy APIs in `10.5 and later' cases. If
|
||||||
If HAVE_TYPE_RESOURCE_INDEX is not defined, ResourceIndex is
|
HAVE_TYPE_RESOURCE_INDEX is not defined, ResourceIndex is defined.
|
||||||
defined.
|
|
||||||
|
|
||||||
2008-06-24 Werner Lemberg <wl@gnu.org>
|
2008-06-24 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
|
|
|
@ -289,8 +289,7 @@ if test x$with_old_mac_fonts = xyes; then
|
||||||
],
|
],
|
||||||
[AC_MSG_RESULT([no])
|
[AC_MSG_RESULT([no])
|
||||||
CFLAGS="$orig_CFLAGS"
|
CFLAGS="$orig_CFLAGS"
|
||||||
])
|
])],
|
||||||
],
|
|
||||||
[AC_MSG_RESULT([not found])
|
[AC_MSG_RESULT([not found])
|
||||||
LDFLAGS="${orig_LDFLAGS}"
|
LDFLAGS="${orig_LDFLAGS}"
|
||||||
CFLAGS="$CFLAGS -DDARWIN_NO_CARBON"])
|
CFLAGS="$CFLAGS -DDARWIN_NO_CARBON"])
|
||||||
|
|
Loading…
Reference in New Issue