From c13e73271b77ffc298815e7fee8b22d0750c689e Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 1 Oct 2013 12:16:43 +0200 Subject: [PATCH] configure: use test in a portable way --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cf329d8c4a..48e9c15546 100644 --- a/configure.ac +++ b/configure.ac @@ -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") ######################################