forked from AuroraMiddleware/gtk
Check for cups.h
svn path=/trunk/; revision=18743
This commit is contained in:
parent
835c0a1510
commit
9015ba004b
@ -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
|
||||
|
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user