summaryrefslogtreecommitdiff
path: root/textproc/sphinxsearch/patches/patch-configure
blob: a8345208774bb685f23f5e221fdee90af7958307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
$NetBSD: patch-configure,v 1.1 2014/10/17 17:28:15 fhajny Exp $

Portability.
--- configure.orig	2014-09-02 11:26:02.000000000 +0000
+++ configure
@@ -6412,8 +6412,8 @@ if test "${enable_dl+set}" = set; then :
 fi
 
 
-if test x$ac_cv_use_dl_libs == xyes ; then
-	if test x$ac_cv_func_dlopen == xyes ; then
+if test x$ac_cv_use_dl_libs = xyes ; then
+	if test x$ac_cv_func_dlopen = xyes ; then
 	    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
 		sph_usedl=yes
@@ -6895,7 +6895,7 @@ fi
 
 		MYSQL_LIBS=`echo $MYSQL_LIBS | sed -e "sX-lmysqlclientX\$MYSQL_PKGLIBDIR/libmysqlclient.aXg"`
 	else
-		if test x$sph_usedl == xyes ; then
+		if test x$sph_usedl = xyes ; then
 			{ $as_echo "$as_me:${as_lineno-$LINENO}: result: runtime dynamic" >&5
 $as_echo "runtime dynamic" >&6; }
 
@@ -7603,7 +7603,7 @@ fi
 
 		PGSQL_LIBS=`echo $PGSQL_LIBS | sed -e "sX-lpqX$PGSQL_PKGLIBDIR/libpq.aXg"`
 	else
-		if test x$sph_usedl == xyes ; then
+		if test x$sph_usedl = xyes ; then
 			{ $as_echo "$as_me:${as_lineno-$LINENO}: result: runtime dynamic" >&5
 $as_echo "runtime dynamic" >&6; }
 
@@ -8329,7 +8329,7 @@ if test "$ac_res" != no; then :
 fi
 
 	if test $got_expat -eq 1; then
-		if test x$sph_usedl == xyes ; then
+		if test x$sph_usedl = xyes ; then
 			{ $as_echo "$as_me:${as_lineno-$LINENO}: result: runtime dynamic" >&5
 $as_echo "runtime dynamic" >&6; }
 			LIBS="$FOOLIBS"
@@ -8588,7 +8588,7 @@ fi
 	fi
 
 	if test x$have_libodbc = xyes; then
-		if test x$sph_usedl == xyes ; then
+		if test x$sph_usedl = xyes ; then
 			{ $as_echo "$as_me:${as_lineno-$LINENO}: result: runtime dynamic" >&5
 $as_echo "runtime dynamic" >&6; }
 			LIBS="$FOOLIBS"