gettext: Fix recent mistake.
authorBruno Haible <bruno@clisp.org>
Sun, 29 Aug 2010 20:39:42 +0000 (22:39 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 29 Aug 2010 20:39:42 +0000 (22:39 +0200)
ChangeLog
m4/intl.m4

index 74e86daede0634c8b9d9733d41a812862878f8e7..8262bce4052438331d618ca5597999fdd341367e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-29  Bruno Haible  <bruno@clisp.org>
+
+       gettext: Fix recent mistake.
+       * m4/intl.m4 (gt_CHECK_DECL): Fix typo introduced on 2010-08-26.
+
 2010-08-29  Bruno Haible  <bruno@clisp.org>
 
        selinux-h: Offer a --without-selinux option.
index 9767d1629d4cb54a1773411b16687c88ffbff8c3..d84bc4a9b43582a6972082b31ad78d79f25000d5 100644 (file)
@@ -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