mariadb/config/ac-macros
unknown 3d43153655 WL#2286 - Compile MySQL w/YASSL support
Fix for link failures on boxes with non-gnu compiler.


client/Makefile.am:
  Add a dummy C++ file to client suite to make libtool use a C++ linker:
  this lets client suite link when using yaSSL and a non-gcc C++ compiler.
config/ac-macros/yassl.m4:
  HAVE_YASSL conditional is used to add dummy C++ file if configured with yaSSL.
tests/Makefile.am:
  Add a dummy C++ file to tests to make libtool use a C++ linker:
  this lets tests link when using yaSSL and a non-gcc C++ compiler.
vio/Makefile.am:
  Use dummy C++ file if configured with yaSSL only.
2005-06-12 18:18:46 +05:00
..
alloca.m4
character_sets.m4
check_cpu.m4
compiler_flag.m4
ha_archive.m4
ha_berkeley.m4
ha_blackhole.m4
ha_example.m4
ha_federated.m4
ha_innodb.m4
ha_ndbcluster.m4
ha_tina.m4
large_file.m4
misc.m4
openssl.m4
readline.m4
yassl.m4 WL#2286 - Compile MySQL w/YASSL support 2005-06-12 18:18:46 +05:00
zlib.m4