Revert "Fix the build with cups < 2.3"

This reverts commit d761e3cf2c.

I am seeing PPD_CUSTOM_UNKNOWN in the cups headers in our
ci images, and that is cups 2.2.12. So this commit was
mistaken.
This commit is contained in:
Matthias Clasen 2020-10-01 07:59:30 -04:00
parent 6e7c0ce06b
commit 028cd1e23a

View File

@ -647,9 +647,7 @@ add_cups_options (const char *key,
custom_value = TRUE;
break;
#if CUPS_VERSION_MAJOR == 2 && CUPS_VERSION_MINOR >= 3
case PPD_CUSTOM_UNKNOWN:
#endif
default :
custom_value = FALSE;
}