summaryrefslogtreecommitdiff
path: root/bdb
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-02-04 22:30:47 +0100
committerlenz@mysql.com <>2003-02-04 22:30:47 +0100
commit3fbbe686ee802461ef293181f952911c253639a6 (patch)
tree59dab3519437e37ab4ef68ebf0806b60bba7059c /bdb
parentf2299ee72f1de7dd3281492405d6fff3049d8f3e (diff)
downloadmariadb-git-3fbbe686ee802461ef293181f952911c253639a6.tar.gz
- removed LIBOBJS hack (no longer required with newer versions of autoconf
and actually results in an error with very recent autoconf versions! (see http://www.gnu.org/manual/autoconf/html_node/autoconf_165.html or "AC_LIBOBJ vs. LIBOBJS" in the autoconf documentation) Please merge this into 4.0 as well!
Diffstat (limited to 'bdb')
-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)