[Ecls-list] Bug in configure in 9.8.4
Raymond Toy
toy.raymond at gmail.com
Sun Sep 6 18:20:48 UTC 2009
While trying to configure for Solaris 8, I found the following bug in
aclocal.m4. It currently has
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#ifdef HAVE_STDINT_H
#include <inttypes.h>
#else
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#endif]], [[
The first HAVE_STDINT should be HAVE_INTTYPES_H. Without this change,
ecl fails to configure because uint8_t is undefined.
Ray
More information about the ecl-devel
mailing list