summaryrefslogtreecommitdiff
path: root/bdb/dist/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'bdb/dist/configure.in')
-rw-r--r--bdb/dist/configure.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/bdb/dist/configure.in b/bdb/dist/configure.in
index 6656a588a66..08d60a6c07a 100644
--- a/bdb/dist/configure.in
+++ b/bdb/dist/configure.in
@@ -463,13 +463,6 @@ dnl deleted getwd().
AC_REPLACE_FUNCS(getcwd getopt memcmp memcpy memmove)
AC_REPLACE_FUNCS(raise snprintf strcasecmp strerror vsnprintf)
-dnl XXX
-dnl Nasty hack. AC_REPLACE_FUNCS added entries of the form xxx.o to the
-dnl LIBOBJS variable. They have to be xxx.lo if we are building shared
-dnl libraries. Use sed, configure already requires it.
-tmp="`echo \"$LIBOBJS\" | sed \"s/\.o/${o}/g\"`"
-LIBOBJS="$tmp"
-
dnl Check for system functions we optionally use.
AC_CHECK_FUNCS(getuid pstat_getdynamic sysconf sched_yield strtoul yield)