summaryrefslogtreecommitdiff
path: root/print/poppler/patches/patch-ac
blob: 976d563b7bf61e3b8e1abb754ae23c501874c077 (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
$NetBSD: patch-ac,v 1.3 2006/10/10 20:07:05 rillig Exp $

--- configure.orig	2006-10-10 21:12:34.000000000 +0200
+++ configure	2006-10-10 22:05:51.000000000 +0200
@@ -24856,7 +24856,7 @@ if test "x$qt_libdir" != "xno" ; then
     fi
 fi
 
-if test "x$have_qt" == "xyes"; then
+if test "x$have_qt" = "xyes"; then
     ac_ext=cc
 ac_cpp='$CXXCPP $CPPFLAGS'
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -25044,7 +25044,7 @@ if test "x$qt_libdir" != "xno" ; then
     fi
 fi
 
-if test "x$have_qt" == "xyes"; then
+if test "x$have_qt" = "xyes"; then
     ac_ext=cc
 ac_cpp='$CXXCPP $CPPFLAGS'
 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -25259,7 +25259,7 @@ if test "x$qt4_libdir" != "xno" ; then
     fi
 fi
 
-if test "x$have_qt4" == "xyes"; then
+if test "x$have_qt4" = "xyes"; then
     POPPLER_QT4_CXXFLAGS="-I$qt4_incdir"
     if test x$windows_qt = xyes; then
 	POPPLER_QT4_LIBS="-L$qt4_libdir -lQtCore4 -lQtGui4 -lQtXml4"
@@ -25332,7 +25332,7 @@ if test "x$qt4_libdir" != "xno" ; then
     fi
 fi
 
-if test "x$have_qt4" == "xyes"; then
+if test "x$have_qt4" = "xyes"; then
     POPPLER_QT4_CXXFLAGS="-I$qt4_incdir"
     if test x$windows_qt = xyes; then
 	POPPLER_QT4_LIBS="-L$qt4_libdir -lQtCore4 -lQtGui4 -lQtXml4"
@@ -25410,7 +25410,7 @@ if test "x$qt4test_libdir" != "xno" ; th
     fi
 fi
 
-if test "x$have_qt4testlib" == "xyes"; then
+if test "x$have_qt4testlib" = "xyes"; then
     POPPLER_QTTEST_CXXFLAGS="-I$qt4test_incdir"
     POPPLER_QTTEST_LIBS="-L$qt4test_libdir -lQtTest"
     enable_poppler_qt4testlib="yes"