[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] building freetype on z/OS
From: |
mpsuzuki |
Subject: |
Re: [ft-devel] building freetype on z/OS |
Date: |
Fri, 19 Sep 2008 03:22:54 +0900 |
Hi,
Oops, I made a silly mistake.
On Fri, 19 Sep 2008 01:53:20 +0900
address@hidden 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