1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00: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:
Emanuele Giaquinta 2007-06-17 21:44:42 +00:00 committed by exg
parent 40bcac38c1
commit 22fec48fee

View File

@ -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)