configure: use test in a portable way

This commit is contained in:
Nils Philippsen 2013-10-01 12:16:43 +02:00
parent cca6772714
commit c13e73271b
1 changed files with 1 additions and 1 deletions

View File

@ -1964,7 +1964,7 @@ if test "x$with_xvfb_run" != "xno"; then
have_xvfb_run="no (not found)"
fi
fi
AM_CONDITIONAL(HAVE_XVFB_RUN, test "x$have_xvfb_run" == "xyes")
AM_CONDITIONAL(HAVE_XVFB_RUN, test "x$have_xvfb_run" = "xyes")
######################################