summaryrefslogtreecommitdiff
path: root/databases/ocaml-mysql/patches/patch-ab
blob: 679f327776a68acbdc4e6a9fc2fc6b96eb38e349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2006/10/14 01:56:57 rillig Exp $

--- configure.in.orig	2006-02-24 00:12:36.000000000 +0100
+++ configure.in	2006-10-14 03:55:43.000000000 +0200
@@ -30,7 +30,7 @@ dnl First see if we can link to mysql wi
 AC_CHECKING(for MySQL library)
 AC_CHECK_LIB(mysqlclient, mysql_real_connect)
 dnl If not, look in a bunch of typical places.
-if test "$ac_cv_lib_mysqlclient_mysql_real_connect" == "no"; then
+if test "$ac_cv_lib_mysqlclient_mysql_real_connect" = "no"; then
 	dirs="/usr/local/lib/mysql
 	      /usr/local/mysql/lib
 	      /usr/local/mysql/lib/mysql