Should check for cairo/cairo.h, not cairo.h

This commit is contained in:
Michael Jumper 2011-12-06 12:52:18 -08:00
parent 3c5a54e303
commit 55f00483e2

View File

@ -56,7 +56,7 @@ AC_CHECK_LIB([pthread], [pthread_create])
AC_CHECK_LIB([wsock32], [main])
# Checks for header files.
AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/socket.h time.h sys/time.h syslog.h unistd.h cairo.h])
AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/socket.h time.h sys/time.h syslog.h unistd.h cairo/cairo.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_SIZE_T