|
From: Elias N. <eli...@us...> - 2003-09-04 10:16:51
|
Update of /cvsroot/java-game-lib/LWJGL/src/native In directory sc8-pr-cvs1:/tmp/cvs-serv32507 Modified Files: configure.in Log Message: Index: configure.in CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/configure.in =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/configure.in,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- configure.in 4 Sep 2003 08:38:10 -0000 1.33 +++ configure.in 4 Sep 2003 10:16:48 -0000 1.34 @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.57) +#AC_PREREQ(2.57) AC_INIT(LWJGL, 0.7) AM_INIT_AUTOMAKE() AC_CONFIG_SRCDIR([autogen.sh]) @@ -66,7 +66,7 @@ AC_CHECK_HEADER([stddef.h stdlib.h string.h sys/time.h]) # Checks for typedefs, structures, and compiler characteristics. -AC_HEADER_STDBOOL +#AC_HEADER_STDBOOL AC_C_CONST AC_C_INLINE AC_HEADER_TIME |