[cairo-commit] roadster ChangeLog, 1.99, 1.100 configure.ac, 1.14, 1.15
Jeff Garrett
commit at pdx.freedesktop.org
Fri Sep 7 23:23:47 PDT 2007
Committed by: jgarrett
Update of /cvs/cairo/roadster
In directory kemper:/tmp/cvs-serv10228
Modified Files:
ChangeLog configure.ac
Log Message:
* src/main.c: Add configuration for external MySQL server
* configure.ac:
* src/db.c: Remove MySQL embedded server
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/roadster/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- ChangeLog 26 Oct 2005 06:53:22 -0000 1.99
+++ ChangeLog 8 Sep 2007 06:23:44 -0000 1.100
@@ -1,3 +1,9 @@
+2007-09-08 Jeff Garrett <jeff at jgarrett.org>
+
+ * src/main.c: Add configuration for external MySQL server
+ * configure.ac:
+ * src/db.c: Remove MySQL embedded server
+
2005-10-26 Ian McIntosh <ian_mcintosh at linuxadvocate.org>
* src/*: Fix all compiler warnings that showed up after adding -Wall.
Index: configure.ac
===================================================================
RCS file: /cvs/cairo/roadster/configure.ac,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- configure.ac 18 Oct 2005 03:05:25 -0000 1.14
+++ configure.ac 8 Sep 2007 06:23:44 -0000 1.15
@@ -92,8 +92,7 @@
AC_MSG_CHECKING(MySQL libraries)
MYSQL_VERSION=`${mysqlconfig} --version`
- MYSQL_LIBS="`${mysqlconfig} --libmysqld-libs` -lmygcc -lsupc++"
- AC_DEFINE([HAVE_MYSQL_EMBED], [1], [Have embedded MySQL])
+ MYSQL_LIBS=`${mysqlconfig} --libs`
AC_MSG_RESULT($MYSQL_LIBS)
AC_MSG_CHECKING(mysql includes)
More information about the cairo-commit
mailing list