generated from pool/new_package
62 lines
2.8 KiB
Diff
62 lines
2.8 KiB
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -13368,19 +13368,19 @@
|
|
fi
|
|
|
|
pkg_failed=no
|
|
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for glib-2.0 >= 2.40" >&5
|
|
-$as_echo_n "checking for glib-2.0 >= 2.40... " >&6; }
|
|
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for glib-2.0 >= 2.38" >&5
|
|
+$as_echo_n "checking for glib-2.0 >= 2.38... " >&6; }
|
|
|
|
if test -n "$GLIB_CFLAGS"; then
|
|
pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS"
|
|
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.40\""; } >&5
|
|
- ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.40") 2>&5
|
|
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.38\""; } >&5
|
|
+ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.38") 2>&5
|
|
ac_status=$?
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
test $ac_status = 0; }; then
|
|
- pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.40" 2>/dev/null`
|
|
+ pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.38" 2>/dev/null`
|
|
test "x$?" != "x0" && pkg_failed=yes
|
|
else
|
|
pkg_failed=yes
|
|
@@ -13392,12 +13392,12 @@
|
|
pkg_cv_GLIB_LIBS="$GLIB_LIBS"
|
|
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.40\""; } >&5
|
|
- ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.40") 2>&5
|
|
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.38\""; } >&5
|
|
+ ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.38") 2>&5
|
|
ac_status=$?
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
|
test $ac_status = 0; }; then
|
|
- pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.40" 2>/dev/null`
|
|
+ pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.38" 2>/dev/null`
|
|
test "x$?" != "x0" && pkg_failed=yes
|
|
else
|
|
pkg_failed=yes
|
|
@@ -13418,14 +13418,14 @@
|
|
_pkg_short_errors_supported=no
|
|
fi
|
|
if test $_pkg_short_errors_supported = yes; then
|
|
- GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.40" 2>&1`
|
|
+ GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.38" 2>&1`
|
|
else
|
|
- GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.40" 2>&1`
|
|
+ GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.38" 2>&1`
|
|
fi
|
|
# Put the nasty error message in config.log where it belongs
|
|
echo "$GLIB_PKG_ERRORS" >&5
|
|
|
|
- as_fn_error $? "Package requirements (glib-2.0 >= 2.40) were not met:
|
|
+ as_fn_error $? "Package requirements (glib-2.0 >= 2.38) were not met:
|
|
|
|
$GLIB_PKG_ERRORS
|
|
|