jerenkrantz 2002/07/20 01:37:26
Modified: . acconfig.h configure.in
Log:
Remove autoconf checks that were related to the now removed xlate.
(This autoconf code has already been duplicated in apr-util.)
Revision Changes Path
1.56 +0 -1 apr/acconfig.h
Index: acconfig.h
===================================================================
RCS file: /home/cvs/apr/acconfig.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- acconfig.h 9 May 2002 18:56:43 -0000 1.55
+++ acconfig.h 20 Jul 2002 08:37:26 -0000 1.56
@@ -7,7 +7,6 @@
#undef HAVE_LOCK_EX
#undef HAVE_F_SETLK
#undef HAVE_SEM_UNDO
-#undef HAVE_CODESET
#undef HAVE_PTHREAD_PROCESS_SHARED
#undef DEV_RANDOM
#undef HAVE_EGD
1.466 +1 -3 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.465
retrieving revision 1.466
diff -u -r1.465 -r1.466
--- configure.in 19 Jul 2002 13:02:13 -0000 1.465
+++ configure.in 20 Jul 2002 08:37:26 -0000 1.466
@@ -793,7 +793,7 @@
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)
+AC_CHECK_FUNCS(calloc strcasecmp stricmp setsid isinf isnan)
AC_CHECK_FUNCS(setrlimit, [ have_setrlimit="1" ], [ have_setrlimit="0" ])
AC_CHECK_FUNCS(getrlimit, [ have_getrlimit="1" ], [ have_getrlimit="0" ])
AC_CHECK_FUNCS(writev)
@@ -887,7 +887,6 @@
fcntl.h \
grp.h \
io.h \
- langinfo.h \
limits.h \
mach-o/dyld.h \
malloc.h \
@@ -1348,7 +1347,6 @@
APR_CHECK_DEFINE(LOCK_EX, sys/file.h)
APR_CHECK_DEFINE(F_SETLK, fcntl.h)
APR_CHECK_DEFINE(SEM_UNDO, sys/sem.h)
-APR_CHECK_DEFINE(CODESET, langinfo.h)
# We are assuming that if the platform doesn't have POLLIN, it doesn't have
# any POLL definitions.