Commit 9aada2ef authored by Max Kellermann's avatar Max Kellermann

m4/pretty_print.m4: eliminate "eval"

parent 4066b276
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 '-'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment