xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/600-fix.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1--- a/configure.in
2+++ b/configure.in
3@@ -254,7 +254,6 @@ if test "$class_driver" = "yes"; then
4    test `sh ./createPPD.sh -f` == 0
5 else
6    AC_MSG_RESULT(no)
7-   test `sh ./createPPD.sh -q` == 0
8 fi
9 AM_CONDITIONAL(HPLIP_CLASS_DRIVER, test x$class_driver = xyes)
10
11