瀏覽代碼

configure.ac: mark OpenMP runtime support as stable

It's no longer experimental and quite mature actually.
Samuel Pitoiset 8 年之前
父節點
當前提交
e90bb15545
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 (experimental)])],
+			[build the OpenMP runtime support)])],
 			enable_openmp=$enableval, enable_openmp=no)
 
 AC_MSG_CHECKING(for OpenMP runtime support)