Explorar o código

configure.ac: remove unneeded parenthesis for --enable-openmp

Samuel Pitoiset %!s(int64=8) %!d(string=hai) anos
pai
achega
395858080f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -2275,7 +2275,7 @@ AM_CONDITIONAL([RUN_GCC_PLUGIN_TESTS],
 ###############################################################################
 
 AC_ARG_ENABLE(openmp, [AS_HELP_STRING([--enable-openmp],
-			[build the OpenMP runtime support)])],
+			[build the OpenMP runtime support])],
 			enable_openmp=$enableval, enable_openmp=no)
 
 AC_MSG_CHECKING(for OpenMP runtime support)