Ver código fonte

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

Samuel Pitoiset 8 anos atrás
pai
commit
395858080f
1 arquivos alterados com 1 adições e 1 exclusões
  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)