Changeset 213 for trunk/configure.ac

Show
Ignore:
Timestamp:
06/10/06 14:14:55 (2 years ago)
Author:
jordi
Message:

configure script now sets a Makefile condition about printing support. A new empty print dialog has been added.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r211 r213  
    4747 
    4848EPDFVIEW_PATH_CUPS([CUPS], [have_cups=yes]) 
     49AM_CONDITIONAL(cups_printing, test "x$have_cups" = "xyes") 
    4950if test "x$have_cups" = "xyes"; then 
    5051    AC_SUBST([CUPS_CFLAGS])