summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.in b/configure.in
index fb0092190..8d3d7fbba 100644
--- a/configure.in
+++ b/configure.in
@@ -518,24 +518,6 @@ AC_SUBST(anonymous_shm)
AC_SUBST(filebased_shm)
AC_SUBST(keybased_shm)
-if test ".$SYS_SW" = ".AIX"; then
- APR_ADDTO(CPPFLAGS,-U__STR__)
- case "$SYS_KV" in
- [12]*)
- OSDIR="aix"
- ;;
- 3*)
- OSDIR="aix"
- ;;
- 41*)
- OSDIR="aix"
- ;;
- 42*)
- OSDIR="aix"
- ;;
- esac
-fi
-
dnl #----------------------------- Checks for Any required Functions
dnl Checks for library functions. (N.B. poll is further down)
AC_CHECK_FUNCS(calloc strcasecmp stricmp setsid nl_langinfo isinf isnan)