diff m4/perl.m4 @ 16235:18a38c9615f0

In commentary, do not use ` to quote.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 05 Jan 2012 23:53:49 -0800
parents 8250f2777afc
children e542fd46ad6f
line wrap: on
line diff
--- a/m4/perl.m4
+++ b/m4/perl.m4
@@ -15,7 +15,7 @@
   dnl FIXME: don't hard-code 5.005
   AC_MSG_CHECKING([for perl5.005 or newer])
   if test "${PERL+set}" = set; then
-    # `PERL' is set in the user's environment.
+    # 'PERL' is set in the user's environment.
     candidate_perl_names="$PERL"
     perl_specified=yes
   else