aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-09-20 10:44:22 +0000
committerWerner Koch <[email protected]>2002-09-20 10:44:22 +0000
commit7937658bb733b062c06cf70489fe637d5bce9896 (patch)
treeed5170986b89d142ee7e9f2b8cd1a4092154eab2 /configure.ac
parent2002-09-13 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-7937658bb733b062c06cf70489fe637d5bce9896.tar.gz
gpgme-7937658bb733b062c06cf70489fe637d5bce9896.zip
* ath.c: Include sys/time.h if sys/select.h is not available.
* configure.ac (AC_CHECK_HEADERS): Check for sys/select.h.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 62f66c78..831065e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,6 +128,9 @@ dnl FIXME: check whether Bonobo is installed
dnl
dnl Checks for header files.
dnl
+AC_CHECK_HEADERS(sys/select.h)
+
+
dnl
dnl Checks for typedefs and structures.