瀏覽代碼

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

Samuel Thibault 12 年之前
父節點
當前提交
26713f89fb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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])
   ;;