Hi,

Oops, I made a silly mistake.

On Fri, 19 Sep 2008 01:53:20 +0900
[EMAIL PROTECTED] wrote:
>               As a result, the cpp conditional
>       #if defined( OFF_T ) && ( 0 == OFF_T )
>can point the case "autoconf could not find the typedef for
>off_t" exactly.

But my patch was

>+#if defined( HAVE_OFF_T ) && defined( HAVE_OFF_T == 0 )

Oh my god. I meant

>+#if defined( HAVE_OFF_T ) && ( HAVE_OFF_T == 0 )

I'm quite sorry. I thank Jon Foster for quick pointing out.

Regards,
mpsuzuki


_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to