Browse Source

StarPU: Use character _ instead of - in filenames

Nathalie Furmento 15 years ago
parent
commit
e4c288c347
3 changed files with 1 additions and 1 deletions
  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