mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Update to latest revision.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4564 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
40bcac38c1
commit
22fec48fee
13
glib-2.0.m4_
13
glib-2.0.m4_
@ -31,20 +31,13 @@ AC_ARG_ENABLE(glibtest, [ --disable-glibtest do not try to compile and run
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
|
PKG_PROG_PKG_CONFIG([0.7])
|
||||||
|
|
||||||
no_glib=""
|
no_glib=""
|
||||||
|
|
||||||
if test x$PKG_CONFIG != xno ; then
|
if test "x$PKG_CONFIG" = x ; then
|
||||||
if $PKG_CONFIG --atleast-pkgconfig-version 0.7 ; then
|
|
||||||
:
|
|
||||||
else
|
|
||||||
echo *** pkg-config too old; version 0.7 or better required.
|
|
||||||
no_glib=yes
|
|
||||||
PKG_CONFIG=no
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
no_glib=yes
|
no_glib=yes
|
||||||
|
PKG_CONFIG=no
|
||||||
fi
|
fi
|
||||||
|
|
||||||
min_glib_version=ifelse([$1], ,2.0.0,$1)
|
min_glib_version=ifelse([$1], ,2.0.0,$1)
|
||||||
|
Loading…
Reference in New Issue
Block a user