summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2013-12-12 10:57:40 -0500
committerAdam Jackson <ajax@redhat.com>2013-12-13 15:08:44 -0500
commitf4bfb14f53a939574da1f5995f0dad949898b86a (patch)
treea16aabb67c14645fadba5d292ffe403a8499d482
parent8248b4af31ef71ac03158871b77f20eb456dbe38 (diff)
configure: Fix a typo near dri3/shmfence detection
" is not the mate of ]. Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8bedd358c..3f2c2d063 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,*)