mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0
into neptunus.(none):/home/msvensson/mysql/bug12526/my50-bug12526
This commit is contained in:
commit
545e38535b
1 changed files with 4 additions and 3 deletions
|
@ -23,13 +23,14 @@ AC_DEFUN([MYSQL_CHECK_YASSL], [
|
||||||
|
|
||||||
# System specific checks
|
# System specific checks
|
||||||
yassl_integer_extra_cxxflags=""
|
yassl_integer_extra_cxxflags=""
|
||||||
case $SYSTEM_TYPE--$CXX_VERSION in
|
case $host_cpu--$CXX_VERSION in
|
||||||
sparc*solaris*--*Sun*C++*5.6*)
|
sparc*--*Sun*C++*5.6*)
|
||||||
# Disable inlining when compiling taocrypt/src/integer.cpp
|
# Disable inlining when compiling taocrypt/src/integer.cpp
|
||||||
yassl_integer_extra_cxxflags="+d"
|
yassl_integer_extra_cxxflags="+d"
|
||||||
|
AC_MSG_NOTICE([disabling inlining for yassl/taocrypt/src/integer.cpp])
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
AC_SUBST([yassl_integer_extra_cxxflags])
|
AC_SUBST([yassl_integer_extra_cxxflags])
|
||||||
|
|
||||||
else
|
else
|
||||||
yassl_dir=""
|
yassl_dir=""
|
||||||
|
|
Loading…
Add table
Reference in a new issue