[uim-commit] r1433 - trunk

yamamoto at freedesktop.org yamamoto at freedesktop.org
Mon Sep 5 11:01:04 PDT 2005


Author: yamamoto
Date: 2005-09-05 11:01:01 -0700 (Mon, 05 Sep 2005)
New Revision: 1433

Modified:
   trunk/configure.ac
Log:
* configure.ac: Add checks for sig_atomic_t and pselect.


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2005-09-05 17:57:31 UTC (rev 1432)
+++ trunk/configure.ac	2005-09-05 18:01:01 UTC (rev 1433)
@@ -177,6 +177,8 @@
 AC_CHECK_HEADERS([pthread.h], have_pthread=yes, have_pthread=no)
 
 # Check for type
+AC_CHECK_TYPES(sig_atomic_t, , ,
+  [ #include <signal.h> ])
 AC_CHECK_TYPES(sig_t, , ,
   [ #include <signal.h> ])
 
@@ -189,6 +191,7 @@
 AC_CHECK_FUNCS([wcswidth])
 AC_CHECK_FUNCS(getpeereid asprintf vasprintf vsnprintf setenv unsetenv strsep)
 AC_CHECK_FUNCS(getpid stat mkdir chmod)
+AC_CHECK_FUNCS([pselect])
 AC_CACHE_CHECK([for C99 vsnprintf], uim_cv_HAVE_C99_VSNPRINTF,[
 AC_TRY_RUN([
 #include <sys/types.h>



More information about the uim-commit mailing list