449N/A--- configure.~2~ Tue Aug 2 10:28:18 2011
449N/A+++ configure Tue Aug 2 10:30:32 2011
449N/A@@ -18793,7 +18793,8 @@
449N/A then
449N/A FIND_PROC="$PS wwwp \$\$PID | grep -v \" grep\" | grep -v mysqld_safe | grep -- \"\$\$MYSQLD\" > /dev/null"
449N/A # Solaris
449N/A-elif $PS -fp $$ 2> /dev/null | grep -- $0 > /dev/null
449N/A+# added '-o comm' in case $0 is long
449N/A+elif $PS -o comm -fp $$ 2> /dev/null 1>&2
449N/A then
449N/A FIND_PROC="$PS -p \$\$PID | grep -v \" grep\" | grep -v mysqld_safe | grep -- \"\$\$MYSQLD\" > /dev/null"
449N/A # BSD style
449N/A@@ -29895,6 +29896,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;
449N/A@@ -31579,6 +31582,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 {
449N/A@@ -45360,7 +45365,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
449N/A { { $as_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