Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > a9a5f3c989ebbe2137f8b4d31a4a9707 > files > 11

mysql-gui-tools-5.0-1.r12.2mdv2008.0.src.rpm

--- mysql-gui-common/configure.in	2007-11-08 17:28:00.000000000 +0100
+++ mysql-gui-common/configure.in.oden	2007-11-08 17:13:03.000000000 +0100
@@ -337,7 +337,12 @@
   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], [HAVE_UNICODE_PCRE=0])
+if test "$HAVE_UNICODE_PCRE" == 1; then
+  AC_MSG_RESULT(yes)
+else
+  AC_MSG_RESULT(no)
+fi
 CPPFLAGS=$ac_savecpp
 LIBS=$ac_savelibs
 AC_DEFINE(HAVE_UNICODE_PCRE, [], [whether pcre was compiled with unicode properties support])