]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 29 Oct 2011 19:14:53 +0000 (19:14 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 29 Oct 2011 19:14:53 +0000 (19:14 +0000)
configure
configure.ac

index 4ff5982a3cd82a65309405635d4b0917ec62ef8b..4b567aebc548419e24ad091630f259580e9e8384 100755 (executable)
--- 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
index 3655bfb8aa3c0e68bb90c0b560804ec053bc8cbb..2cb8c05ad55951c2b179684a5adad50948fd1432 100755 (executable)
@@ -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