diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 76 |
1 files changed, 48 insertions, 28 deletions
@@ -816,6 +816,7 @@ enable_png enable_tiff with_libtiff enable_cairo +enable_gdk_pixbuf ' ac_precious_vars='build_alias host_alias @@ -1469,6 +1470,7 @@ Optional Features: --disable-png Disable the use of libPNG --disable-tiff Disable the use of libTIFF --disable-cairo Disable the use of Cairo + --disable-gdk-pixbuf Disable the use of gtk-pixbuf Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] @@ -6399,14 +6401,32 @@ fi # Put the nasty error message in config.log where it belongs echo "$GSL_PKG_ERRORS" >&5 + as_fn_error $? "Package requirements (gsl) were not met: - as_fn_error $? "GSL is required" "$LINENO" 5 +$GSL_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables GSL_CFLAGS +and GSL_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details." "$LINENO" 5 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. - as_fn_error $? "GSL is required" "$LINENO" 5 +Alternatively, you may set the environment variables GSL_CFLAGS +and GSL_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see <http://pkg-config.freedesktop.org/>. +See \`config.log' for more details" "$LINENO" 5; } else GSL_CFLAGS=$pkg_cv_GSL_CFLAGS @@ -6415,7 +6435,6 @@ else $as_echo "yes" >&6; } fi - fi @@ -6511,6 +6530,7 @@ $as_echo "#define HAVE_CL_CL_H 1" >>confdefs.h fi + # Check whether --enable-gtk was given. if test "${enable_gtk+set}" = set; then : enableval=$enable_gtk; @@ -6929,32 +6949,14 @@ fi # Put the nasty error message in config.log where it belongs echo "$libPNG_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (libpng >= 1.2.0) were not met: -$libPNG_PKG_ERRORS - -Consider adjusting the PKG_CONFIG_PATH environment variable if you -installed software in a non-standard prefix. - -Alternatively, you may set the environment variables libPNG_CFLAGS -and libPNG_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details." "$LINENO" 5 + have_libpng=false elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it -is in your PATH or set the PKG_CONFIG environment variable to the full -path to pkg-config. -Alternatively, you may set the environment variables libPNG_CFLAGS -and libPNG_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details. - -To get pkg-config, see <http://pkg-config.freedesktop.org/>. -See \`config.log' for more details" "$LINENO" 5; } + have_libpng=false else libPNG_CFLAGS=$pkg_cv_libPNG_CFLAGS @@ -6965,7 +6967,7 @@ $as_echo "yes" >&6; } $as_echo "#define HAVE_LIBPNG 1" >>confdefs.h - have_libpng=true + have_libpng=true fi @@ -6986,6 +6988,8 @@ fi if test "x$enable_tiff" != "xno"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } # Check whether --with-libtiff was given. if test "${with_libtiff+set}" = set; then : @@ -6999,8 +7003,6 @@ else fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } $as_echo "#define HAVE_TIFF 1" >>confdefs.h @@ -7129,6 +7131,17 @@ $as_echo "no" >&6; } fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use GDK-pixbuf" >&5 +$as_echo_n "checking whether to use GDK-pixbuf... " >&6; } +# Check whether --enable-gdk-pixbuf was given. +if test "${enable_gdk_pixbuf+set}" = set; then : + enableval=$enable_gdk_pixbuf; +fi + +if test "x$enable_gdk_pixbuf" != "xno"; then : + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GDK_pixbuf" >&5 @@ -7280,7 +7293,7 @@ $as_echo "yes" >&6; } $as_echo "#define HAVE_GDK_PIXBUF 1" >>confdefs.h - have_gdk_pixbuf=true + have_gdk_pixbuf=true fi @@ -7381,7 +7394,7 @@ $as_echo "yes" >&6; } $as_echo "#define HAVE_GDK_PIXBUF 1" >>confdefs.h - have_gdk_pixbuf=true + have_gdk_pixbuf=true fi @@ -7393,6 +7406,13 @@ $as_echo "yes" >&6; } fi +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } + +fi + if test x$have_opencl = xtrue; then HAVE_OPENCL_TRUE= |