From: cristy Date: Sat, 29 Oct 2011 19:14:53 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6715 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3852fa80ee7242524650f7304bb69f2c05b3f86e;p=imagemagick --- diff --git a/configure b/configure index 4ff5982a3..4b567aebc 100755 --- a/configure +++ b/configure @@ -3603,7 +3603,7 @@ MAGICK_LIBRARY_CURRENT_MIN=`expr $MAGICK_LIBRARY_CURRENT - $MAGICK_LIBRARY_AGE` MAGICK_LIBRARY_VERSION_INFO=$MAGICK_LIBRARY_CURRENT:$MAGICK_LIBRARY_REVISION:$MAGICK_LIBRARY_AGE -MAGICK_SVN_REVISION=5778 +MAGICK_SVN_REVISION=5802 @@ -30419,6 +30419,22 @@ $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5 $as_echo "" >&6; } + ac_fn_c_check_header_mongrel "$LINENO" "pango.h" "ac_cv_header_pango_h" "$ac_includes_default" +if test "x$ac_cv_header_pango_h" = xyes; then : + passed=`expr $passed + 1` +else + failed=`expr $failed + 1` +fi + + + ac_fn_c_check_header_mongrel "$LINENO" "pango-features.h" "ac_cv_header_pango_features_h" "$ac_includes_default" +if test "x$ac_cv_header_pango_features_h" = xyes; then : + passed=`expr $passed + 1` +else + failed=`expr $failed + 1` +fi + + fi if test "$have_pango" = 'yes'; then diff --git a/configure.ac b/configure.ac index 3655bfb8a..2cb8c05ad 100755 --- a/configure.ac +++ b/configure.ac @@ -2455,6 +2455,8 @@ if test "x$with_pango" = "xyes"; then AC_MSG_RESULT([]) PKG_CHECK_MODULES(PANGO, pango, have_pango=yes, have_pango=no) AC_MSG_RESULT([]) + AC_CHECK_HEADER(pango.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`) + AC_CHECK_HEADER(pango-features.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`) fi if test "$have_pango" = 'yes'; then