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>
This commit is contained in:
Adam Jackson 2013-12-12 10:57:40 -05:00
parent 8248b4af31
commit f4bfb14f53
1 changed files with 1 additions and 1 deletions

View File

@ -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,*)