diff options
Diffstat (limited to 'graphics/poppler/files/patch-configure')
-rw-r--r-- | graphics/poppler/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/poppler/files/patch-configure b/graphics/poppler/files/patch-configure new file mode 100644 index 000000000..c8c36c268 --- /dev/null +++ b/graphics/poppler/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue May 23 08:07:51 2006 ++++ configure Tue May 23 08:08:07 2006 +@@ -24856,7 +24856,7 @@ + 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' |