diff options
Diffstat (limited to 'Build/source/libs/cairo/configure')
-rwxr-xr-x | Build/source/libs/cairo/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/cairo/configure b/Build/source/libs/cairo/configure index e865138e344..9fd7146d82b 100755 --- a/Build/source/libs/cairo/configure +++ b/Build/source/libs/cairo/configure @@ -6260,12 +6260,12 @@ else CAIRO_HAS_RECORDING_SURFACE_FALSE= fi -if test "x0" = x1; then +if test "x1" = x1; then $as_echo "#define CAIRO_HAS_PDF_SURFACE 1" >>confdefs.h fi - if test "x0" = x1; then + if test "x1" = x1; then CAIRO_HAS_PDF_SURFACE_TRUE= CAIRO_HAS_PDF_SURFACE_FALSE='#' else |