소스 검색

StarPU: Use character _ instead of - in filenames

Nathalie Furmento 16 년 전
부모
커밋
e4c288c347
3개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      configure.ac
  2. 0 0
      include/pthread_win32/pthread.h
  3. 0 0
      include/pthread_win32/semaphore.h

+ 1 - 1
configure.ac

@@ -57,7 +57,7 @@ AC_SUBST(STARPU_DIR, $PWD)
 
 AC_CHECK_LIB([pthread], [pthread_create])
 case "$target" in
-*-*-mingw*) CPPFLAGS+=" -I$PWD/include/pthread-win32 " ;;
+*-*-mingw*) CPPFLAGS+=" -I$PWD/include/pthread_win32 " ;;
 esac
 AC_COMPILE_IFELSE(
   AC_LANG_PROGRAM([[

include/pthread-win32/pthread.h → include/pthread_win32/pthread.h


include/pthread-win32/semaphore.h → include/pthread_win32/semaphore.h