configure: Fix a typo near dri3/shmfence detection
authorAdam Jackson <ajax@redhat.com>
Thu, 12 Dec 2013 15:57:40 +0000 (10:57 -0500)
committerAdam Jackson <ajax@redhat.com>
Fri, 13 Dec 2013 20:08:44 +0000 (15:08 -0500)
" is not the mate of ].

Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
configure.ac

index 8bedd35..3f2c2d0 100644 (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,*)