dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnet ChangeLog, 1.2816, 1.2817 configure.in, 1.157


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet ChangeLog, 1.2816, 1.2817 configure.in, 1.157, 1.158
Date: Tue, 02 Dec 2003 23:11:19 +0000

Update of /cvsroot/dotgnu-pnet/pnet
In directory subversions:/tmp/cvs-serv6362

Modified Files:
        ChangeLog configure.in 
Log Message:


Add <inttypes.h> to configure.in so that regex routines get the correct
definition of "uintptr_t" (thanks to Miroslaw Dobrzanski-Neumann for
identifying the issue).


Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/configure.in,v
retrieving revision 1.157
retrieving revision 1.158
diff -C2 -d -r1.157 -r1.158
*** configure.in        18 Nov 2003 20:55:29 -0000      1.157
--- configure.in        2 Dec 2003 23:11:17 -0000       1.158
***************
*** 236,240 ****
  AC_CHECK_HEADERS(sys/socket.h netinet/in.h langinfo.h locale.h sys/ioctl.h)
  AC_CHECK_HEADERS(sys/select.h netdb.h sys/cygwin.h dirent.h sys/utime.h 
utime.h)
! AC_CHECK_HEADERS(linux/types.h limits.h)
  AC_CHECK_HEADERS([linux/irda.h], [], [],
  [[#ifdef HAVE_SYS_SOCKET_H
--- 236,240 ----
  AC_CHECK_HEADERS(sys/socket.h netinet/in.h langinfo.h locale.h sys/ioctl.h)
  AC_CHECK_HEADERS(sys/select.h netdb.h sys/cygwin.h dirent.h sys/utime.h 
utime.h)
! AC_CHECK_HEADERS(linux/types.h limits.h inttypes.h)
  AC_CHECK_HEADERS([linux/irda.h], [], [],
  [[#ifdef HAVE_SYS_SOCKET_H

Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ChangeLog,v
retrieving revision 1.2816
retrieving revision 1.2817
diff -C2 -d -r1.2816 -r1.2817
*** ChangeLog   2 Dec 2003 02:16:34 -0000       1.2816
--- ChangeLog   2 Dec 2003 23:11:16 -0000       1.2817
***************
*** 1,3 ****
--- 1,9 ----
  
+ 2003-12-03  Rhys Weatherley  <address@hidden>
+ 
+       * configure.in, support/regex.c: add <inttypes.h> to configure.in
+       so that regex routines get the correct definition of "uintptr_t"
+       (thanks to Miroslaw Dobrzanski-Neumann for identifying the issue).
+ 
  2003-12-02  Rhys Weatherley  <address@hidden>
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]