From d2151f9f2b2b61047de317a3c61baec1d41a4e5f Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 23 Apr 2014 21:29:26 +0900 Subject: [PATCH] examples: Lower the required gettext version to 0.15 --- gettext-tools/examples/hello-c-gnome3/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettext-tools/examples/hello-c-gnome3/configure.ac b/gettext-tools/examples/hello-c-gnome3/configure.ac index ddacfb0bf..e1e6aebbf 100644 --- a/gettext-tools/examples/hello-c-gnome3/configure.ac +++ b/gettext-tools/examples/hello-c-gnome3/configure.ac @@ -10,7 +10,7 @@ AM_INIT_AUTOMAKE(hello-c-gnome3, 0) AC_PROG_CC AC_CHECK_HEADERS([unistd.h]) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION(0.18.3) +AM_GNU_GETTEXT_VERSION(0.15) dnl Check GNOME specific stuff. dnl -- 2.47.3