From: John Ellson Date: Wed, 10 Aug 2016 19:00:14 +0000 (-0400) Subject: quote as it contains spaces when No X-Git-Tag: untagged-1aed90cbe517038de3a0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b456b630eefb5425696cbb9831ca907d9dd75cb;p=graphviz quote as it contains spaces when No --- diff --git a/configure.ac b/configure.ac index 79619e949..20db24c58 100644 --- a/configure.ac +++ b/configure.ac @@ -3167,7 +3167,7 @@ AC_CHECK_LIB( ], [] ) -AM_CONDITIONAL(HAVE_CRITERION, test $use_criterion = "Yes") +AM_CONDITIONAL(HAVE_CRITERION, test "$use_criterion" = "Yes") # -----------------------------------------------------------------------