diff options
author | unknown <monty@mysql.com> | 2004-02-16 09:34:04 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-02-16 09:34:04 +0200 |
commit | a6e2f61e8c81499a9f443d5a7d4cc0276abba67f (patch) | |
tree | efc6e34bf3189638b61b0c5bfb86cb350e4256a5 /configure.in | |
parent | 940f7842855c629bc6a569e3a6fba09e3e12ee55 (diff) | |
parent | 0a95bda23a349639bd51c4b2c71da56ebd13d31f (diff) | |
download | mariadb-git-a6e2f61e8c81499a9f443d5a7d4cc0276abba67f.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/home/my/mysql-4.0
configure.in:
Auto merged
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 1fa9e1c5a38..fdb6db9f6c2 100644 --- a/configure.in +++ b/configure.in @@ -194,6 +194,11 @@ AC_PROG_RANLIB #AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL +# Ensure that we have --preserve-dup-deps defines, otherwise we get link +# problems of 'mysql' with CXX=g++ +LIBTOOL="$LIBTOOL --preserve-dup-deps" +AC_SUBST(LIBTOOL)dnl + #AC_LIBTOOL_DLOPEN AC_LIBTOOL_WIN32_DLL AC_DISABLE_FAST_INSTALL AC_DISABLE_SHARED AC_DISABLE_STATIC # AC_PROG_INSTALL |