From 9991720b9967ee803bea600a355410878569c843 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 2 Jun 2010 12:45:28 -0700 Subject: gettext-0.18: Add recipe for 0.18 * gl_cv_func_unsetenv_works is not computed correctly in cross environment so cache it. Signed-off-by: Khem Raj Acked-by: Martin Jansa --- site/common-glibc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'site/common-glibc') diff --git a/site/common-glibc b/site/common-glibc index b298e46758..6dc23632d8 100644 --- a/site/common-glibc +++ b/site/common-glibc @@ -22,6 +22,9 @@ ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes} glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1} glib_cv_long_long_format=${glib_cv_long_long_format=ll} +# gettext +gl_cv_func_unsetenv_works=${gl_cv_func_unsetenv_works=yes} + #dbus-glib ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes} -- cgit 1.2.3-korg