From fc10df3805dcf05b757aedbe9e2db0faffcfeeab Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 21 Feb 2003 16:37:18 +0100 Subject: - removed duplicate my_sys.h inclusion from lib_vio.c - removed obsolete compile options from compile-pentium-debug-openssl BUILD/compile-pentium-debug-openssl: - removed "--without-innodb" (InnoDB is on by default) and "--with-vio" (--with-openssl implies --with-vio) libmysqld/lib_vio.c: - removed duplicate my_sys.h inclusion --- BUILD/compile-pentium-debug-openssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD/compile-pentium-debug-openssl') diff --git a/BUILD/compile-pentium-debug-openssl b/BUILD/compile-pentium-debug-openssl index 5de1c18a5d7..68d99b6eda6 100755 --- a/BUILD/compile-pentium-debug-openssl +++ b/BUILD/compile-pentium-debug-openssl @@ -8,6 +8,6 @@ c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" extra_configs="$pentium_configs $debug_configs" -extra_configs="$extra_configs --with-debug=full --with-vio --with-openssl --without-innodb" +extra_configs="$extra_configs --with-debug=full --with-openssl" . "$path/FINISH.sh" -- cgit v1.2.1