diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-12-05 11:06:59 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-12-05 11:06:59 +0000 |
commit | ba9a173d81514152cd1dac4f1df765be11a478ea (patch) | |
tree | f36e5c3b506725924fb74aa78ba8947759d5150d /configure.ac | |
parent | 845b03ac110c22cff8b2653e76f6d974a628b776 (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.ac | 2 |
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 |