mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
- 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!
This commit is contained in:
parent
3a180c331a
commit
9e2c2fe8d0
1 changed files with 0 additions and 7 deletions
7
bdb/dist/configure.in
vendored
7
bdb/dist/configure.in
vendored
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue