diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-05-06 13:11:32 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-05-06 13:16:51 +0300 |
commit | 4d9399f965968ee89c225ab1f4e8fa4a4288c6c2 (patch) | |
tree | e04fa7a3e707e04a93f930421403cb2a4d7719cf /configure.in | |
parent | bc0a8aa1d28bb6c7f90857ad29321e0cad8bae1b (diff) | |
download | xdelta1-4d9399f965968ee89c225ab1f4e8fa4a4288c6c2.tar.gz xdelta1-4d9399f965968ee89c225ab1f4e8fa4a4288c6c2.tar.bz2 xdelta1-4d9399f965968ee89c225ab1f4e8fa4a4288c6c2.zip |
glib2
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 76a71f4..80522a1 100755 --- a/configure.in +++ b/configure.in @@ -71,8 +71,8 @@ AC_PATH_PROGS(EMACS, emacs xemacs, emacs) top_srcdir_absolute=`cd $srcdir; pwd` AC_SUBST(top_srcdir_absolute) -AM_PATH_GLIB(1.2.8,, - AC_MSG_ERROR(Test for GLIB failed. Download it from ftp://ftp.gtk.org/pub/gtk/v1.2/)) +AM_PATH_GLIB_2_0(2.10.0,, + AC_MSG_ERROR(Test for GLIB2.0 failed. Download it from ftp://ftp.gtk.org/pub/gtk/v2.10/)) dnl AC_CHECK_LIB(z, gzsetparams, */ dnl AC_CHECK_HEADER(zlib.h,, */ |