[Kwintv] [PATCH] configure can't find Qt < 3.1 problem

George Staikos kwintv@mail.kde.org
Thu, 24 Oct 2002 16:19:38 -0400


--------------Boundary-00=_QS5I9TN2CNUUDH3EE6KK
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 8bit


This patch seems to fix the problem with configure not finding Qt3 for 
packages that can be built with qt3 still.  Ok to apply?

-- 

George Staikos

--------------Boundary-00=_QS5I9TN2CNUUDH3EE6KK
Content-Type: text/x-diff;
  charset="us-ascii";
  name="acinclude.qt3.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="acinclude.qt3.patch"

Index: acinclude.m4.in
===================================================================
RCS file: /home/kde/kde-common/admin/acinclude.m4.in,v
retrieving revision 2.300
diff -u -3 -p -r2.300 acinclude.m4.in
--- acinclude.m4.in	2002/10/24 12:00:14	2.300
+++ acinclude.m4.in	2002/10/24 20:17:59
@@ -1147,7 +1147,7 @@ if test -z "$3"; then
      if test $kde_qtsubver -gt 0; then
        kde_qt_verstring="QT_VERSION >= 0x030100"
      else
-       kde_qt_verstring="QT_VERSION >= 0x030000"
+       kde_qt_verstring="QT_VERSION >= 300"
      fi
    fi
    if test $kde_qtver = 2; then

--------------Boundary-00=_QS5I9TN2CNUUDH3EE6KK--