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

Diff of /classpath/configure.ac

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

revision 1.92 by ziga, Mon Jul 4 14:31:00 2005 UTC revision 1.93 by rsdio, Sun Jul 10 20:11:32 2005 UTC
# Line 174  if test "x${COMPILE_JNI}" = xyes; then Line 174  if test "x${COMPILE_JNI}" = xyes; then
174                      inttypes.h stdint.h utime.h sys/utime.h sys/filio.h \                      inttypes.h stdint.h utime.h sys/utime.h sys/filio.h \
175                      sys/time.h \                      sys/time.h \
176                      sys/select.h \                      sys/select.h \
177                      crt_externs.h])                      crt_externs.h \
178                        fcntl.h])
179    
180    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]))
181    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]))
# Line 187  if test "x${COMPILE_JNI}" = xyes; then Line 188  if test "x${COMPILE_JNI}" = xyes; then
188                    getsockname getpeername bind listen accept \                    getsockname getpeername bind listen accept \
189                    recvfrom send sendto setsockopt getsockopt time mktime \                    recvfrom send sendto setsockopt getsockopt time mktime \
190                    localtime_r \                    localtime_r \
191                    strerror_r])                    strerror_r \
192                      fcntl])
193    
194    AC_HEADER_TIME    AC_HEADER_TIME
195    AC_STRUCT_TM    AC_STRUCT_TM

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

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