소스 검색

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])
   ;;