configure.patch revision 444
444N/A--- configure 2009-07-13 16:18:16.000000000 -0700
444N/A+++ configure.ORG 2009-12-09 21:55:48.842728000 -0800
444N/A@@ -29786,6 +29786,8 @@
444N/A cat >>conftest.$ac_ext <<_ACEOF
444N/A /* end confdefs.h. */
444N/A #include <stdlib.h>
444N/A+int find_stack_direction (void);
444N/A+#pragma no_inline (find_stack_direction)
444N/A int find_stack_direction ()
444N/A {
444N/A static char *addr = 0;
444N/A@@ -31470,6 +31472,8 @@
444N/A cat >>conftest.$ac_ext <<_ACEOF
444N/A /* end confdefs.h. */
444N/A $ac_includes_default
444N/A+int find_stack_direction (void);
444N/A+#pragma no_inline (find_stack_direction)
444N/A int
444N/A find_stack_direction ()
444N/A {
444N/A@@ -47617,7 +47617,7 @@
444N/A fi
444N/A
444N/A # if there is no readline, but we want to build with readline, we fail
444N/A- if test "$want_to_use_readline" = "yes" && test ! -d "./cmd-line-utils/readline"
444N/A+ if test "$want_to_use_readline" = "yes" && test ! -d "$srcdir/cmd-line-utils/readline"
444N/A then
444N/A { { echo "$as_me:$LINENO: error: This commercially licensed MySQL source package can't
444N/A be built with libreadline. Please use --with-libedit to use