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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user