|
From: <bul...@us...> - 2013-05-29 06:46:29
|
Revision: 22779
http://sourceforge.net/p/bzflag/code/22779
Author: bullet_catcher
Date: 2013-05-29 06:46:26 +0000 (Wed, 29 May 2013)
Log Message:
-----------
Add limits.h, which was removed in r22733, back to AC_CHECK_HEADERS() for Solaris.
Revision Links:
--------------
http://sourceforge.net/p/bzflag/code/22733
Modified Paths:
--------------
trunk/bzflag/configure.ac
Modified: trunk/bzflag/configure.ac
===================================================================
--- trunk/bzflag/configure.ac 2013-05-29 06:43:55 UTC (rev 22778)
+++ trunk/bzflag/configure.ac 2013-05-29 06:46:26 UTC (rev 22779)
@@ -350,6 +350,7 @@
dsound.h \
fcntl.h \
inttypes.h \
+ limits.h \
linux/input.h \
process.h \
sched.h \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|