File mysql-gui-common-build.patch of Package mysql-gui-tools
--- mysql-gui-common/configure.in
+++ mysql-gui-common/configure.in
@@ -337,10 +337,10 @@
if (pcre_compile("(?:\\\\pL(?:\\\\pL|\\\\pN|\\\\pM|\\\\p{Pc}|\\\\p{Pd}|\\\\pS}|_)*)", PCRE_UTF8, &err, &o, NULL))
return 0;
return 1;
-])], [HAVE_UNICODE_PCRE=1 AC_MSG_RESULT(yes)], [HAVE_UNICODE_PCRE=0 AC_MSG_RESULT(no)])
+])], [HAVE_UNICODE_PCRE=1; AC_MSG_RESULT(yes)], [HAVE_UNICODE_PCRE=0; AC_MSG_RESULT(no)])
CPPFLAGS=$ac_savecpp
LIBS=$ac_savelibs
-AC_DEFINE(HAVE_UNICODE_PCRE, [], [whether pcre was compiled with unicode properties support])
+AC_DEFINE_UNQUOTED(HAVE_UNICODE_PCRE, $HAVE_UNICODE_PCRE, [whether pcre was compiled with unicode properties support])
# path mangling