/[classpath]/classpath/configure.ac
ViewVC logotype

Diff of /classpath/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.61 by mkoch, Sun Dec 19 21:15:59 2004 UTC revision 1.62 by dog, Tue Dec 21 16:17:07 2004 UTC
# Line 128  if test "x${COMPILE_JNI}" = xyes; then Line 128  if test "x${COMPILE_JNI}" = xyes; then
128    AC_CHECK_HEADERS([unistd.h sys/types.h sys/config.h sys/ioctl.h asm/ioctls.h])    AC_CHECK_HEADERS([unistd.h sys/types.h sys/config.h sys/ioctl.h asm/ioctls.h])
129    AC_CHECK_HEADERS([inttypes.h stdint.h utime.h sys/utime.h sys/filio.h])    AC_CHECK_HEADERS([inttypes.h stdint.h utime.h sys/utime.h sys/filio.h])
130    AC_CHECK_HEADERS([sys/time.h])    AC_CHECK_HEADERS([sys/time.h])
131      dnl Check for crt_externs.h on Darwin.
132      AC_CHECK_HEADERS([crt_externs.h])
133    
134    AC_EGREP_HEADER(uint32_t, stdint.h, AC_DEFINE(HAVE_INT32_DEFINED, 1, [Define to 1 if you have uint32_t]))    AC_EGREP_HEADER(uint32_t, stdint.h, AC_DEFINE(HAVE_INT32_DEFINED, 1, [Define to 1 if you have uint32_t]))
135    AC_EGREP_HEADER(uint32_t, inttypes.h, AC_DEFINE(HAVE_INT32_DEFINED, 1, [Define to 1 if you have uint32_t]))    AC_EGREP_HEADER(uint32_t, inttypes.h, AC_DEFINE(HAVE_INT32_DEFINED, 1, [Define to 1 if you have uint32_t]))

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26