summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-21 02:34:26 +0000
committerSascha Schumann <sas@php.net>1999-12-21 02:34:26 +0000
commit12f9894f54fa35476519963afbc30ec2c56306aa (patch)
treec225aa683802ba5ab2e687222bb867aa5d97e06f /acinclude.m4
parent8a34d1a7e0d2cf650653e3689ee6cbdca3baf625 (diff)
downloadphp-git-12f9894f54fa35476519963afbc30ec2c56306aa.tar.gz
Workaround for broken trs
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 221d830337..7a0477b5ab 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -46,7 +46,7 @@ dnl
dnl execute code, if variable is not set in namespace
dnl
AC_DEFUN(AC_PHP_ONCE,[
- unique=`echo $ac_n "$2$ac_c" | tr -c -d a-zA-Z0-9`
+ unique=`echo $ac_n "$2$ac_c" | tr -cd a-zA-Z0-9`
cmd="echo $ac_n \"\$$1$unique$ac_c\""
if test -n "$unique" && test "`eval $cmd`" = "" ; then
eval "$1$unique=set"