1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-29 16:23:52 +03:00

Fixed detection of CUPS. We need to check for the presence of the cups

header files as well as libcups.
This commit is contained in:
Tim Potter
-
parent bfce4ba7b6
commit 2dbb41a7b8
9 changed files with 695 additions and 625 deletions

View File

@@ -57,9 +57,9 @@ struct printif
extern struct printif generic_printif;
#ifdef HAVE_LIBCUPS
#ifdef HAVE_CUPS
extern struct printif cups_printif;
#endif /* HAVE_LIBCUPS */
#endif /* HAVE_CUPS */
#define PRINT_MAX_JOBID 10000
#define UNIX_JOB_START PRINT_MAX_JOBID