comparison configure.ac @ 342:941f848b61c9 0.9.0

- update requirement for pidgin to 2.6.0 - update README to release 0.9.0
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 18 Oct 2009 23:59:55 +0900
parents 2dec3eb6e770
children 2e37e715e4a6
comparison
equal deleted inserted replaced
341:b41f1bf69cba 342:941f848b61c9
28 GLIB_LIB_DIR=`pkg-config --variable=lib_dir glib-2.0 2> /dev/null` 28 GLIB_LIB_DIR=`pkg-config --variable=lib_dir glib-2.0 2> /dev/null`
29 AC_SUBST(GLIB_CFLAGS) 29 AC_SUBST(GLIB_CFLAGS)
30 AC_SUBST(GLIB_LIBS) 30 AC_SUBST(GLIB_LIBS)
31 AC_SUBST(GLIB_LIB_DIR) 31 AC_SUBST(GLIB_LIB_DIR)
32 32
33 PKG_CHECK_MODULES(PIDGIN, [pidgin >= 2.4.0], , [ 33 PKG_CHECK_MODULES(PIDGIN, [pidgin >= 2.6.0], , [
34 AC_MSG_RESULT(no) 34 AC_MSG_RESULT(no)
35 AC_MSG_ERROR([ 35 AC_MSG_ERROR([
36 36
37 You must have pidgin >= 2.4.0 development headers installed to build. 37 You must have pidgin >= 2.6.0 development headers installed to build.
38 ])]) 38 ])])
39 PIDGIN_CFLAGS=`pkg-config --cflags pidgin 2> /dev/null` 39 PIDGIN_CFLAGS=`pkg-config --cflags pidgin 2> /dev/null`
40 PIDGIN_LIBS=`pkg-config --libs pidgin 2> /dev/null` 40 PIDGIN_LIBS=`pkg-config --libs pidgin 2> /dev/null`
41 if test x"$prefix" = x"NONE" ; then 41 if test x"$prefix" = x"NONE" ; then
42 PIDGIN_PREFIX=`pkg-config --variable=prefix pidgin 2> /dev/null` 42 PIDGIN_PREFIX=`pkg-config --variable=prefix pidgin 2> /dev/null`