configure: fix AC_HELP_STRING
authorDavid Schleef <ds@schleef.org>
Wed, 11 Aug 2010 20:43:51 +0000 (13:43 -0700)
committerDavid Schleef <ds@schleef.org>
Wed, 11 Aug 2010 20:43:51 +0000 (13:43 -0700)
configure.ac

index 2312506..bf2c5b0 100644 (file)
@@ -111,7 +111,7 @@ case "${host_os}" in
 esac
 
 AC_ARG_ENABLE(backend,
-  AC_HELP_STRING([--enable-backend=[sse,mmx,neon,arm,all]], [include backend (default=all)]),
+  AC_HELP_STRING([--enable-backend],[sse,mmx,neon,arm,all (default all)]),
     [], [enable_backend=all])
 case "${enable_backend}" in
   sse)