Explorar o código

using target instead of target_os means matching the triplet, not only the os part

Samuel Thibault %!s(int64=12) %!d(string=hai) anos
pai
achega
26713f89fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -134,7 +134,7 @@ case "$target" in
   libext=a
   AC_DEFINE(STARPU_HAVE_WINDOWS, [], [Define this on windows.])
   ;;
-*linux*)
+*-*-linux*)
   starpu_linux=yes
   AC_DEFINE(STARPU_LINUX_SYS, 1, [Define to 1 on Linux])
   ;;