Selaa lähdekoodia

configure.ac: really enable gcc plug-in by default

Nathalie Furmento 13 vuotta sitten
vanhempi
commit
8fad58251a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -1132,7 +1132,7 @@ AC_ARG_ENABLE([gcc-extensions],
   [AS_HELP_STRING([--enable-gcc-extensions],
     [build the GCC plug-in that provides C language extensions (experimental)])],
   [enable_gcc_plugin="$enableval"],
-  [enable_gcc_plugin="no"])
+  [enable_gcc_plugin="yes"])
 
 if test "x$enable_gcc_plugin" = "xyes" ; then
     STARPU_GCC_PLUGIN_SUPPORT