wesnoth-cvs-commits
[Top][All Lists]
Advanced

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

[Wesnoth-cvs-commits] wesnoth configure.ac


From: Jon Daniel
Subject: [Wesnoth-cvs-commits] wesnoth configure.ac
Date: Mon, 05 Sep 2005 12:44:23 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <address@hidden>     05/09/05 16:44:23

Modified files:
        .              : configure.ac 

Log message:
        check for poll and select headers

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.165&tr2=1.166&r1=text&r2=text

Patches:
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.165 wesnoth/configure.ac:1.166
--- wesnoth/configure.ac:1.165  Sat Aug 27 13:35:50 2005
+++ wesnoth/configure.ac        Mon Sep  5 16:44:23 2005
@@ -37,7 +37,7 @@
 EOF
 ])
 
-AC_REVISION([$Revision: 1.165 $])
+AC_REVISION([$Revision: 1.166 $])
 
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_SRCDIR([src/actions.cpp])
@@ -641,7 +641,7 @@
 
 AC_SUBST([SDL_CFLAGS])
 
-AC_CHECK_HEADERS([stdlib.h unistd.h])
+AC_CHECK_HEADERS([stdlib.h unistd.h poll.h sys/poll.h sys/select.h])
 
 
 #######################################################################




reply via email to

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