Parcourir la source

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

Samuel Thibault il y a 12 ans
Parent
commit
26713f89fb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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])
   ;;