diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-02 22:56:28 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:07 +0100 |
commit | c25120f4b71da8b82476c8a14b1617c8f7b72d57 (patch) | |
tree | e9675a9f569cc4ef592ff72727df2f689e6643e4 /configure | |
parent | fcf49763c544e280567b1b31f159fb134beac727 (diff) |
Fix Cairo conditionals
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -600,8 +600,6 @@ HAVE_CAIRO_FALSE HAVE_CAIRO_TRUE Cairo_LIBS Cairo_CFLAGS -HAVE_LIBPNG_FALSE -HAVE_LIBPNG_TRUE libPNG_LIBS libPNG_CFLAGS HAVE_GTK_FALSE @@ -4972,14 +4970,6 @@ else $as_echo "no" >&6; } fi - if test x$havelibpng = xtrue; then - HAVE_LIBPNG_TRUE= - HAVE_LIBPNG_FALSE='#' -else - HAVE_LIBPNG_TRUE='#' - HAVE_LIBPNG_FALSE= -fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use TIFF" >&5 @@ -5258,10 +5248,6 @@ if test -z "${HAVE_GTK_TRUE}" && test -z "${HAVE_GTK_FALSE}"; then as_fn_error "conditional \"HAVE_GTK\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${HAVE_LIBPNG_TRUE}" && test -z "${HAVE_LIBPNG_FALSE}"; then - as_fn_error "conditional \"HAVE_LIBPNG\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi if test -z "${HAVE_CAIRO_TRUE}" && test -z "${HAVE_CAIRO_FALSE}"; then as_fn_error "conditional \"HAVE_CAIRO\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -6710,10 +6696,6 @@ if test -z "${HAVE_GTK_TRUE}" && test -z "${HAVE_GTK_FALSE}"; then as_fn_error "conditional \"HAVE_GTK\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${HAVE_LIBPNG_TRUE}" && test -z "${HAVE_LIBPNG_FALSE}"; then - as_fn_error "conditional \"HAVE_LIBPNG\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi if test -z "${HAVE_CAIRO_TRUE}" && test -z "${HAVE_CAIRO_FALSE}"; then as_fn_error "conditional \"HAVE_CAIRO\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 |