Check for cups.h

svn path=/trunk/; revision=18743
This commit is contained in:
Matthias Clasen 2007-09-07 03:59:33 +00:00
parent 835c0a1510
commit 9015ba004b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-09-06 Matthias Clasen <mclasen@redhat.com>
* configure.in: Check for cups.h. (#459732, Guillaume Cottenceau)
2007-09-06 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkrectangle.c (gdk_rectangle_intersect): Allow

View File

@ -1569,6 +1569,8 @@ if test "x$CUPS_CONFIG" != "xno"; then
AC_SUBST(CUPS_API_MINOR)
AC_SUBST(CUPS_CFLAGS)
AC_SUBST(CUPS_LIBS)
AC_CHECK_HEADER(cups/cups.h,,AC_MSG_ERROR([[*** Sorry, cups-config present but cups/cups.h missing.]]))
fi
AM_CONDITIONAL(HAVE_CUPS, test "x$CUPS_CONFIG" != "xno")