mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 00:00:06 +01:00
One = is more than adequate here. Make is sh safe.
This commit is contained in:
parent
74d27c8b5b
commit
b3e3154cce
1 changed files with 2 additions and 2 deletions
|
|
@ -897,7 +897,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])
|
||||
|
|
@ -924,7 +924,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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue