diff options
Diffstat (limited to 'm4/pretty_print.m4')
-rw-r--r-- | m4/pretty_print.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/pretty_print.m4 b/m4/pretty_print.m4 index a22357a8d..da235946c 100644 --- a/m4/pretty_print.m4 +++ b/m4/pretty_print.m4 @@ -1,6 +1,6 @@ AC_DEFUN([results], [ dnl This is a hack to allow "with" names, otherwise "enable". - num=`expr match $1 'with'` + num=`expr $1 : 'with'` if test "$num" != "0"; then var="`echo '$'$1`" else |