From ba9a173d81514152cd1dac4f1df765be11a478ea Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 5 Dec 2013 11:06:59 +0000 Subject: [PATCH] configure: Correct closing ']' Too many closed, too few opened. Signed-off-by: Chris Wilson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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