summaryrefslogtreecommitdiff
path: root/print/poppler/patches/patch-ac
blob: cb48e8a6f789ddd7ee25adb054e171fd387f9850 (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.4 2006/10/12 14:12:15 drochner Exp $

--- configure.orig	2006-10-12 12:26:10.000000000 +0200
+++ configure
@@ -25346,7 +25346,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'
@@ -25534,7 +25534,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'
@@ -25754,7 +25754,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"
@@ -25827,7 +25827,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"
@@ -25910,7 +25910,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"