diff m4/strftime.m4 @ 2685:d4ea46c69b9f

fix typo in last change
author Jim Meyering <jim@meyering.net>
date Sun, 02 Jul 2000 15:14:04 +0000
parents 522ab167a508
children def59456e348
line wrap: on
line diff
--- a/m4/strftime.m4
+++ b/m4/strftime.m4
@@ -146,7 +146,7 @@
 	     jm_cv_func_working_gnu_strftime=no)
   ])
   if test $jm_cv_func_working_gnu_strftime = no; then
-    AC_LIBOBJ([strftime])
+    AC_LIBOBJ(strftime)
     AC_DEFINE_UNQUOTED(strftime, gnu_strftime,
       [Define to gnu_strftime if the replacement function should be used.])
   fi