summaryrefslogtreecommitdiff
path: root/m4/perl.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/perl.m4')
-rw-r--r--m4/perl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/perl.m4 b/m4/perl.m4
index 0cf96bfcff..88b5e433f2 100644
--- a/m4/perl.m4
+++ b/m4/perl.m4
@@ -15,7 +15,7 @@ AC_DEFUN([gl_PERL],
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