summaryrefslogtreecommitdiff
path: root/aclocal.in
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal.in')
-rw-r--r--aclocal.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/aclocal.in b/aclocal.in
index 9622711a7..c229367ab 100644
--- a/aclocal.in
+++ b/aclocal.in
@@ -183,8 +183,7 @@ sub check_acinclude ()
foreach my $key (keys %map)
{
# FIXME: should print line number of acinclude.m4.
- msg ('syntax', "warning: macro `$key' defined in "
- . "acinclude.m4 but never used")
+ msg ('syntax', "macro `$key' defined in acinclude.m4 but never used")
if $map{$key} eq 'acinclude.m4' && ! exists $macro_seen{$key};
}
}