| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: int64 configure test |
| Date: | 2004-10-04 16:17:55 |
| Message-ID: | 200410041617.i94GHtP20181@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Bruce Momjian wrote:
> I have found a problem with int64 detection on MinGW. MinGW defines
> int64_t but not int64, but configure only looks for int64:
>
> AC_CACHE_CHECK([whether $1 is 64 bits], [Ac_cachevar],
> [AC_TRY_RUN(
> [typedef $1 int64;
>
> What is the proper test? int64 or int64_t?
Sorry, wrong analysis. Something is still wrong with MinGW's detection
but this is not it. Let me continue testing.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2004-10-04 16:19:42 | Re: Contrib/earthdistance missing from cvsweb. |
| Previous Message | Bruce Momjian | 2004-10-04 16:17:29 | Re: Contrib/earthdistance missing from cvsweb. |