Changeset 211 for trunk/configure.ac

Show
Ignore:
Timestamp:
06/10/06 11:04:43 (2 years ago)
Author:
jordi
Message:

Added a M4 macro to check for the presence of CUPS.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r204 r211  
    4646fi 
    4747 
     48EPDFVIEW_PATH_CUPS([CUPS], [have_cups=yes]) 
     49if test "x$have_cups" = "xyes"; then 
     50    AC_SUBST([CUPS_CFLAGS]) 
     51    AC_SUBST([CUPS_LIBS]) 
     52    AC_DEFINE([HAVE_CUPS], [1], [Define to 1 if you have the CUPS API library.]) 
     53fi 
    4854 
    4955dnl CPPUnit library