changeset 21271:33c22eca39fc

configure: Fix HAVE_MYSQL_SSL_CIPHER check
author Paul Howarth <paul@city-fan.org>
date Mon, 05 Dec 2016 09:53:06 +0000
parents e0d156644fbe
children 1be2f1e78975
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Dec 06 18:14:31 2016 +0200
+++ b/configure.ac	Mon Dec 05 09:53:06 2016 +0000
@@ -2273,7 +2273,7 @@
 				  $ssl_define
 				  #include <mysql.h>
 				], [
-				  mysql_set_ssl(0, 0, 0, 0, 0, 0);
+				  mysql_ssl_set(0, 0, 0, 0, 0, 0);
 				], [
 					AC_DEFINE(HAVE_MYSQL_SSL_CIPHER,, [Define if your MySQL library supports setting cipher])