SOURCES: mysql-gui-tools-configure.patch (NEW) - autoconf creates ...

sls sls at pld-linux.org
Tue Mar 27 00:58:19 CEST 2007


Author: sls                          Date: Mon Mar 26 22:58:19 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- autoconf creates ./configure with unexpected '}'

---- Files affected:
SOURCES:
   mysql-gui-tools-configure.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/mysql-gui-tools-configure.patch
diff -u /dev/null SOURCES/mysql-gui-tools-configure.patch:1.1
--- /dev/null	Tue Mar 27 00:58:19 2007
+++ SOURCES/mysql-gui-tools-configure.patch	Tue Mar 27 00:58:13 2007
@@ -0,0 +1,19 @@
+--- mysql-gui-tools-5.0r10/mysql-gui-common/configure.in.orig	2007-03-26 15:19:54.000000000 +0000
++++ mysql-gui-tools-5.0r10/mysql-gui-common/configure.in	2007-03-26 15:25:28.000000000 +0000
+@@ -336,7 +336,15 @@
+   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])
================================================================


More information about the pld-cvs-commit mailing list