48dc8f4c68
- Re-disable int10 on arm
29 lines
718 B
Diff
29 lines
718 B
Diff
From 53271cd4c761e884dd9060912e000b07bbaf0c3a Mon Sep 17 00:00:00 2001
|
|
From: Adam Jackson <ajax@redhat.com>
|
|
Date: Thu, 12 Dec 2013 10:57:40 -0500
|
|
Subject: [PATCH] configure: Fix a typo near dri3/shmfence detection
|
|
|
|
" is not the mate of ].
|
|
|
|
Signed-off-by: Adam Jackson <ajax@redhat.com>
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 8bedd35..3f2c2d0 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1218,7 +1218,7 @@ case "$DRI3,$HAVE_XSHMFENCE" in
|
|
yes,yes | auto,yes)
|
|
;;
|
|
yes,no)
|
|
- AC_MSG_ERROR("DRI3 requested, but xshmfence not found.])
|
|
+ AC_MSG_ERROR([DRI3 requested, but xshmfence not found.])
|
|
DRI3=no
|
|
;;
|
|
no,*)
|
|
--
|
|
1.8.4.2
|
|
|