Author: wyoung
Date: Fri Feb  8 03:14:11 2008
New Revision: 2173

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2173&view=rev
Log:
Updated sample MySQL++-finding autoconf macro to track library changes.
Previous one would erroneously claim you didn't have MySQL++.

Modified:
    trunk/config/mysql++.m4

Modified: trunk/config/mysql++.m4
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/config/mysql%2B%2B.m4?rev=2173&r1=2172&r2=2173&view=diff
==============================================================================
--- trunk/config/mysql++.m4 (original)
+++ trunk/config/mysql++.m4 Fri Feb  8 03:14:11 2008
@@ -2,7 +2,7 @@
 # mysql++.m4 - Example autoconf macro showing how to find MySQL++
 #      library and header files.
 #
-# Copyright (c) 2004-2005 by Educational Technology Resources, Inc.
+# Copyright (c) 2004-2008 by Educational Technology Resources, Inc.
 #
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published
@@ -37,7 +37,7 @@
 dnl set up for building programs against the MySQL C API.  The mysql.m4
 dnl macro in this directory fits this bill; run it first.
 dnl
-dnl @version 1.0, 2005/07/13
+dnl @version 1.1, 2008/02/07
 dnl @author Warren Young <[EMAIL PROTECTED]>
 
 AC_DEFUN([MYSQLPP_DEVEL],
@@ -124,7 +124,7 @@
        AC_MSG_CHECKING([that we can build MySQL++ programs])
        AC_COMPILE_IFELSE(
                [AC_LANG_PROGRAM([#include <mysql++.h>],
-               [std::string s; mysqlpp::escape_string(s)])],
+               [mysqlpp::Connection c(false)])],
                ac_cv_mysqlpp_devel=yes,
                AC_MSG_ERROR(no))
 ])]) dnl End MYSQLPP_DEVEL


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to