aboutsummaryrefslogtreecommitdiffstats
path: root/m4/pretty_print.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/pretty_print.m4')
-rw-r--r--m4/pretty_print.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/pretty_print.m4 b/m4/pretty_print.m4
index 26ba4e90f..75df7228e 100644
--- a/m4/pretty_print.m4
+++ b/m4/pretty_print.m4
@@ -1,8 +1,6 @@
AC_DEFUN([results], [
- var="`echo '$'enable_$1`"
-
printf '('
- if eval "test x$var = xyes"; then
+ if test x$[]enable_$1 = xyes; then
printf '+'
else
printf '-'