summarylogtreecommitdiffstats
path: root/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'configure.patch')
-rw-r--r--configure.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/configure.patch b/configure.patch
deleted file mode 100644
index 2bf6271e618f..000000000000
--- a/configure.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/zbar-0.23.1/configure.ac.old 2020-04-20 23:09:21.000000000 +0200
-+++ src/zbar-0.23.1/configure.ac 2021-01-17 16:31:29.409104475 +0100
-@@ -656,7 +656,7 @@
- [with_qt="no"])])])
-
- AS_IF([test "x$with_qt" != "xno"],
-- AS_IF([test "x$with_qt5" != "xno"],
-+ [AS_IF([test "x$with_qt5" != "xno"],
- [AC_CHECK_PROGS(MOC, [moc-qt5 moc])
- AC_MSG_NOTICE([using moc from $MOC])
- QT_VERSION=`$PKG_CONFIG Qt5Gui --modversion`
-@@ -672,7 +672,7 @@
- QT_VERSION=`$PKG_CONFIG QtGui --modversion`
- AC_MSG_NOTICE([using Qt version $QT_VERSION])
- qt_pkgconfig_file="zbar-qt.pc"
-- ]))
-+ ])])
-
- AM_CONDITIONAL([HAVE_QT], [test "x$with_qt" = "xyes"])
-