mirror of https://github.com/GNOME/gimp.git
configure: use test in a portable way
This commit is contained in:
parent
cca6772714
commit
c13e73271b
|
@ -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")
|
||||
|
||||
|
||||
######################################
|
||||
|
|
Loading…
Reference in New Issue