aboutsummaryrefslogtreecommitdiff
path: root/m4/pretty_print.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/pretty_print.m4')
-rw-r--r--m4/pretty_print.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/pretty_print.m4 b/m4/pretty_print.m4
index a22357a8..da235946 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