--- ./configure~ 2010-07-12 20:26:44.000000000 +0900 +++ ./configure 2010-08-24 17:46:26.000000000 +0900 @@ -13892,12 +13892,12 @@ elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.25.9\""; } >&5 - ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.25.9") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.24.1\""; } >&5 + ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.24.1") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_BASE_DEPENDENCIES_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.25.9" 2>/dev/null` + pkg_cv_BASE_DEPENDENCIES_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.24.1" 2>/dev/null` else pkg_failed=yes @@ -13911,12 +13911,12 @@ elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.25.9\""; } >&5 - ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.25.9") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.24.1\""; } >&5 + ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.24.1") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_BASE_DEPENDENCIES_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.25.9" 2>/dev/null` + pkg_cv_BASE_DEPENDENCIES_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.24.1" 2>/dev/null` else pkg_failed=yes @@ -13939,14 +13939,14 @@ fi if test $_pkg_short_errors_supported = yes; then - BASE_DEPENDENCIES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.25.9" 2>&1` + BASE_DEPENDENCIES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.24.1" 2>&1` else - BASE_DEPENDENCIES_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.25.9" 2>&1` + BASE_DEPENDENCIES_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.24.1" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$BASE_DEPENDENCIES_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (glib-2.0 >= 2.25.9) were not met: + as_fn_error $? "Package requirements (glib-2.0 >= 2.24.1) were not met: $BASE_DEPENDENCIES_PKG_ERRORS @@ -16292,7 +16292,7 @@ PKG_CONFIG=no fi - min_glib_version=2.25.9 + min_glib_version=2.24.1 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB - version >= $min_glib_version" >&5 $as_echo_n "checking for GLIB - version >= $min_glib_version... " >&6; } @@ -16479,7 +16479,7 @@ GOBJECT_QUERY="" GLIB_MKENUMS="" as_fn_error $? " -*** GLIB 2.25.9 or better is required. The latest version of +*** GLIB 2.24.1 or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/pub/gtk/." "$LINENO" 5 fi @@ -16492,7 +16492,7 @@ # See if it's safe to turn G_DISABLE_DEPRECATED on. GLIB_VERSION_MAJOR_MINOR=`$PKG_CONFIG --modversion glib-2.0 | sed "s/\.[^.]*\$//"` -GLIB_REQUIRED_VERSION_MAJOR_MINOR=`echo 2.25.9 | sed "s/\.[^.]*\$//"` +GLIB_REQUIRED_VERSION_MAJOR_MINOR=`echo 2.24.1 | sed "s/\.[^.]*\$//"` if test "x$GLIB_VERSION_MAJOR_MINOR" = "x$GLIB_REQUIRED_VERSION_MAJOR_MINOR"; then CFLAGS="-DG_DISABLE_DEPRECATED $CFLAGS" fi