make gettext optional

some problem might arise like undef symbols if
they are not guarded correctly (like in alarm,
see next commit)


SVN revision: 59994
This commit is contained in:
Vincent Torri 2011-06-06 16:40:14 +00:00
parent a30e449233
commit 5e16b73ac4
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ AC_PROG_LIBTOOL
ALL_LINGUAS="" ALL_LINGUAS=""
AC_SUBST(ALL_LINGUAS) AC_SUBST(ALL_LINGUAS)
#AM_GNU_GETTEXT([external])
#AM_GNU_GETTEXT_VERSION(0.14)
PKG_CHECK_MODULES(E, [enlightenment]) PKG_CHECK_MODULES(E, [enlightenment])
release=$(pkg-config --variable=release enlightenment) release=$(pkg-config --variable=release enlightenment)
MODULE_ARCH="$host_os-$host_cpu-$release" MODULE_ARCH="$host_os-$host_cpu-$release"