]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix typo.
authorBruno Haible <bruno@clisp.org>
Sat, 16 Dec 2006 14:54:31 +0000 (14:54 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:29 +0000 (12:14 +0200)
gnulib-local/m4/termcap.m4

index f3161f373b31a011518dc7ad2dc55568c612889a..3ea6ec1b057aa93c857e85b91fbcd49b7dc73899 100644 (file)
@@ -9,7 +9,7 @@ dnl From Bruno Haible.
 AC_DEFUN([gl_TERMCAP],
 [
   AC_REQUIRE([gl_TERMCAP_BODY])
-  if test $gl_func_tparam = no && test $gl_cv_func_tparm = no; then
+  if test $gl_cv_func_tparam = no && test $gl_cv_func_tparm = no; then
     AC_LIBOBJ([tparm])
   fi
 ])