From 3e38c274dbac15d2288577a4b9da6e2f4a83ab5b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 29 Aug 2010 22:39:42 +0200 Subject: [PATCH] gettext: Fix recent mistake. --- ChangeLog | 5 +++++ m4/intl.m4 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 74e86daed..8262bce40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-08-29 Bruno Haible + gettext: Fix recent mistake. + * m4/intl.m4 (gt_CHECK_DECL): Fix typo introduced on 2010-08-26. + +2010-08-29 Bruno Haible + selinux-h: Offer a --without-selinux option. * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): If --without-selinux was specified, skip all tests and define diff --git a/m4/intl.m4 b/m4/intl.m4 index 9767d1629..d84bc4a9b 100644 --- a/m4/intl.m4 +++ b/m4/intl.m4 @@ -1,4 +1,4 @@ -# intl.m4 serial 17a +# intl.m4 serial 17b dnl Copyright (C) 1995-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -281,7 +281,7 @@ AC_DEFUN([gt_CHECK_DECL], [ AC_CACHE_CHECK([whether $1 is declared], [ac_cv_have_decl_$1], [AC_COMPILE_IFELSE( - [AC_LANG_PRORAM( + [AC_LANG_PROGRAM( [[$2]], [[ #ifndef $1 -- 2.11.0