One = is more than adequate here. Make is sh safe.

(cherry picked from commit b3e3154cce)

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Robert Noland 2009-04-15 12:06:19 -05:00 committed by Keith Packard
parent 68cb38bed6
commit c838a03e89

View File

@ -870,7 +870,7 @@ case "$DRI2,$HAVE_DRI2PROTO" in
DRI2=yes
;;
esac
AM_CONDITIONAL(DRI2, test "x$DRI2" == xyes)
AM_CONDITIONAL(DRI2, test "x$DRI2" = xyes)
if test "x$DRI" = xyes || test "x$DRI2" = xyes; then
PKG_CHECK_MODULES([LIBDRM], [libdrm >= 2.3.0])
@ -897,7 +897,7 @@ if test "x$DRI2" = xyes; then
DRI2_AIGLX=no
fi
fi
AM_CONDITIONAL(DRI2_AIGLX, test "x$DRI2_AIGLX" == xyes)
AM_CONDITIONAL(DRI2_AIGLX, test "x$DRI2_AIGLX" = xyes)
AM_CONDITIONAL(XINERAMA, [test "x$XINERAMA" = xyes])