summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-12-05 11:06:59 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2013-12-05 11:06:59 +0000
commitba9a173d81514152cd1dac4f1df765be11a478ea (patch)
treef36e5c3b506725924fb74aa78ba8947759d5150d /configure.ac
parent845b03ac110c22cff8b2653e76f6d974a628b776 (diff)
configure: Correct closing ']'
Too many closed, too few opened. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e3775841..dcb09fb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,7 +99,7 @@ gen4asm=no
if test "x$ASM" != "xno"; then
AC_ARG_WITH(gen4asm,
AS_HELP_STRING([--with-gen4asm=PATH],
- [Path to intel-gen4asm binary]]]),
+ [Path to intel-gen4asm binary]),
[path="$withval"],
[path=""])
if test -n "$path" ; then