|
From: <den...@us...> - 2009-12-29 09:58:02
|
Revision: 27
http://dsim.svn.sourceforge.net/dsim/?rev=27&view=rev
Author: denis_arnaud
Date: 2009-12-29 09:57:50 +0000 (Tue, 29 Dec 2009)
Log Message:
-----------
[Conf] Added the configuration for MySQL.
Modified Paths:
--------------
trunk/dsim/configure.ac
Modified: trunk/dsim/configure.ac
===================================================================
--- trunk/dsim/configure.ac 2009-12-28 18:24:08 UTC (rev 26)
+++ trunk/dsim/configure.ac 2009-12-29 09:57:50 UTC (rev 27)
@@ -203,6 +203,14 @@
AC_SUBST(BOOST_MPI_PYTHON_LIB)
# --------------------------------------------------------------------
+# Support for MySQL (C client API): http://www.mysql.org
+# --------------------------------------------------------------------
+AX_MYSQL
+AC_SUBST(MYSQL_VERSION)
+AC_SUBST(MYSQL_CFLAGS)
+AC_SUBST(MYSQL_LIBS)
+
+# --------------------------------------------------------------------
# Support for SOCI http://soci.sourceforge.net
# --------------------------------------------------------------------
AX_SOCI
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|