Skip to content
Snippets Groups Projects
Commit 15375efb authored by Boris Yakobowski's avatar Boris Yakobowski Committed by Virgile Prevosto
Browse files

[Makefile] shorten redundant test

parent 810b9f33
No related branches found
No related tags found
No related merge requests found
...@@ -969,12 +969,7 @@ for plugin in m4_flatten(PLUGINS_LIST); do ...@@ -969,12 +969,7 @@ for plugin in m4_flatten(PLUGINS_LIST); do
eval nv=\$$n eval nv=\$$n
eval ev=\$$e eval ev=\$$e
eval iv=\$$i eval iv=\$$i
if test "$ev" = "no"; then AC_MSG_NOTICE([$nv: $ev$iv])
res=$ev;
else
res=$ev;
fi
AC_MSG_NOTICE([$nv: $res$iv])
done done
if test "$EXTRA_EXTERNAL_PLUGINS" != ""; then if test "$EXTRA_EXTERNAL_PLUGINS" != ""; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment