diff options
author | unknown <serg@sergbook.mysql.com> | 2003-02-10 14:56:30 +0100 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2003-02-10 14:56:30 +0100 |
commit | 1846f7320abd08d28552ae0fbcb2b5d86719972b (patch) | |
tree | e05f911353baf9881b79d15c204e8fadcad21c19 /bdb | |
parent | 7910884c5cbb59e89041506a12b9a3a567a97067 (diff) | |
parent | 556bb7bb3d98188d2243fd39b09e7cd4cfc7bfd2 (diff) | |
download | mariadb-git-1846f7320abd08d28552ae0fbcb2b5d86719972b.tar.gz |
Merge sergbook.mysql.com:/usr/home/serg/Abk/mysql
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
Build-tools/Do-compile:
Auto merged
bdb/dist/configure.in:
Auto merged
scripts/mysqlhotcopy.sh:
Auto merged
sql/ha_innodb.cc:
Auto merged
sql/sql_acl.cc:
Auto merged
Diffstat (limited to 'bdb')
-rw-r--r-- | bdb/dist/configure.in | 7 |
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) |