summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-06-28 13:37:59 +0000
committerSascha Schumann <sas@php.net>1999-06-28 13:37:59 +0000
commit650986c8d1f1cb03394e23c663451292867ab053 (patch)
tree765dc35437cd1acdd2bde79aa54f0aa7f068189b /acinclude.m4
parentbd031b04229027915355b1160f3bcd16437e70ee (diff)
downloadphp-git-650986c8d1f1cb03394e23c663451292867ab053.tar.gz
work around that solaris bug
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 22a26353e1..57dd78e742 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -8,7 +8,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 a-zA-Z0-9 x`
+ unique=`echo $ac_n "$2$ac_c" | tr -c -d a-zA-Z0-9`
cmd="echo $ac_n \"\$$1$unique$ac_c\""
if test -n "$unique" && test "`eval $cmd`" = "" ; then
eval "$1$unique=set"