m4/pretty_print.m4: eliminate "eval"
This commit is contained in:
parent
4066b2767b
commit
9aada2ef19
@ -1,8 +1,6 @@
|
|||||||
AC_DEFUN([results], [
|
AC_DEFUN([results], [
|
||||||
var="`echo '$'enable_$1`"
|
|
||||||
|
|
||||||
printf '('
|
printf '('
|
||||||
if eval "test x$var = xyes"; then
|
if test x$[]enable_$1 = xyes; then
|
||||||
printf '+'
|
printf '+'
|
||||||
else
|
else
|
||||||
printf '-'
|
printf '-'
|
||||||
|
Loading…
Reference in New Issue
Block a user