dependency on iso-codes is in xklavier now
svn path=/trunk/; revision=8677
This commit is contained in:
parent
2fe1de6d0b
commit
055e12b947
2 changed files with 8 additions and 15 deletions
|
@ -1,3 +1,11 @@
|
|||
2008-04-28 Sergey Udaltsov <svu@gnome.org>
|
||||
|
||||
* configure.in: Dependency on iso-codes moved to libxklavier
|
||||
|
||||
2008-04-27 Sergey Udaltsov <svu@gnome.org>
|
||||
|
||||
* configure.in: Introduced dependency on libxklavier 3.6
|
||||
|
||||
2008-04-21 Rodrigo Moya <rodrigo@gnome-db.org>
|
||||
|
||||
* NEWS:
|
||||
|
|
15
configure.in
15
configure.in
|
@ -416,21 +416,6 @@ AC_ARG_ENABLE(update-mimedb,
|
|||
enable_update_mimedb=yes)
|
||||
AM_CONDITIONAL(ENABLE_UPDATE_MIMEDB, test x$enable_update_mimedb = xyes)
|
||||
|
||||
dnl -----------------------------------------------------------
|
||||
dnl ISO codes
|
||||
dnl -----------------------------------------------------------
|
||||
AC_MSG_CHECKING([whether iso-codes exists])
|
||||
if $PKG_CONFIG iso-codes > /dev/null ; then
|
||||
AC_MSG_RESULT([yes])
|
||||
iso_codes_prefix=`$PKG_CONFIG --variable=prefix iso-codes`
|
||||
iso_codes_pkgconfig=iso-codes
|
||||
have_iso_codes=yes
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
AC_MSG_ERROR([You must have iso-codes.])
|
||||
fi
|
||||
|
||||
AC_DEFINE_UNQUOTED([ISO_CODES_PREFIX],["$iso_codes_prefix"],[ISO codes prefix])
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
|
|
Loading…
Add table
Reference in a new issue