Index: builds/unix/configure =================================================================== RCS file: /cvs/freetype/freetype2/builds/unix/configure,v retrieving revision 1.31 diff -c -u -r1.31 configure --- configure 2004/02/28 19:12:00 1.31 +++ configure 2004/03/30 22:14:11 @@ -5232,7 +5232,9 @@ fi; if test x$with_old_mac_fonts = xyes; then - XX_ANSICFLAGS="-pedantic" + if test "$GCC" = yes; then + CFLAGS="$CFLAGS -DOS_INLINE='static __inline'" + fi LDFLAGS="$LDFLAGS -Xlinker -framework -Xlinker CoreServices \ -Xlinker -framework -Xlinker ApplicationServices" else Index: builds/unix/configure.ac =================================================================== RCS file: /cvs/freetype/freetype2/builds/unix/configure.ac,v retrieving revision 1.24 diff -c -u -r1.24 configure.ac --- configure.ac 2004/02/28 19:12:01 1.24 +++ configure.ac 2004/03/30 22:14:11 @@ -131,7 +131,9 @@ AS_HELP_STRING([--with-old-mac-fonts], [allow Mac resource-based fonts to be used])) if test x$with_old_mac_fonts = xyes; then - XX_ANSICFLAGS="-pedantic" + if test "$GCC" = yes; then + CFLAGS="$CFLAGS -DOS_INLINE='static __inline'" + fi LDFLAGS="$LDFLAGS -Xlinker -framework -Xlinker CoreServices \ -Xlinker -framework -Xlinker ApplicationServices" else