summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid Reid <dreid@apache.org>2000-12-03 15:48:41 +0000
committerDavid Reid <dreid@apache.org>2000-12-03 15:48:41 +0000
commit80891113af3acbd51cff5d8c7809a1fa9473f438 (patch)
tree7ed05a78285b57f77578f9bc280cdb3703b4e5b5 /configure.in
parent064f5e36af5453d102261f9b695d49275812966f (diff)
downloadapr-80891113af3acbd51cff5d8c7809a1fa9473f438.tar.gz
Try to deal with isascii in a better manner. As we include ctype.h if
it's available we can just check if it's been defined and so dispense with the check in configure. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60865 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index bc77123bd..c5905a42c 100644
--- a/configure.in
+++ b/configure.in
@@ -635,7 +635,7 @@ dnl Checks for libraries.
AC_CHECK_DEFINE(LOCK_EX, sys/file.h)
AC_CHECK_DEFINE(F_SETLK, fcntl.h)
AC_CHECK_DEFINE(CODESET, langinfo.h)
-AC_CHECK_DEFINE(isascii, ctype.h)
+
# We are assuming that if the platform doesn't have POLLIN, it doesn't have
# any POLL definitions.
AC_CHECK_DEFINE_FILES(POLLIN, poll.h sys/poll.h)