AC_CHECK_TYPE fails to detect intptr_t (with gcc-4)
Brought to you by:
tytso
AC_CHECK_TYPE(intptr_t,long)
does not search in unistd.h for this type. Thus defines
intptr_t to be long, and then turns the typedef in
unistd.h into one that defines long.
I thought one could patch configure.in to use the
modern AC_CHECK_TYPE, for which one can define
additional headers, but that would include requiring a
newer version of autoconf. And i am not sure whether
the rest of configure.in, is in the right shape for that.
So far this only happens with gcc-4.
Logged In: YES
user_id=628
This has been fixed in e2fsprogs 1.36-rc5