aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/xorg-server/files/patch-configure
blob: 0b726bcdf92256da98bdad360e34d16406427424 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- configure.orig	2009-04-15 12:10:15.000000000 -0500
+++ configure	2009-04-15 12:12:37.000000000 -0500
@@ -22386,7 +22386,7 @@
 		DRI2=yes
 		;;
 esac
- if test "x$DRI2" == xyes; then
+ if test "x$DRI2" = xyes; then
   DRI2_TRUE=
   DRI2_FALSE='#'
 else
@@ -22565,7 +22565,7 @@
 		DRI2_AIGLX=no
 	fi
 fi
- if test "x$DRI2_AIGLX" == xyes; then
+ if test "x$DRI2_AIGLX" = xyes; then
   DRI2_AIGLX_TRUE=
   DRI2_AIGLX_FALSE='#'
 else