From 599686db345ae278710dd61b74182b39b4332b78 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 8 Dec 2006 00:20:33 +0000 Subject: [PATCH] Fix typo in comment. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index abc1398..9dcaa33 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,7 @@ fi AC_OBJEXT # Try to assemble match.S. -# "gcc -E match.s" ignores -E, so we must use match.S. +# "gcc -E match.s" ignores -E, so we must use match_.s. AC_CACHE_CHECK([for assembler], [gzip_cv_assembler], [gzip_cv_assembler=no case " $DEFS " in -- 2.47.2