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