Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This test really look wrong. Fix it.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 27 Jan 2014 16:30:37 +0000 (17:30 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 27 Jan 2014 16:30:48 +0000 (17:30 +0100)
Am I missing something?

buildtools/Cmake/CompleteInFiles.cmake

index 52831ab..6f12e9b 100644 (file)
@@ -165,9 +165,9 @@ execute_process(
   )
 
 if(HAVE_thread_storage_run)
-  set(HAVE_THREAD_LOCAL_STORAGE 0)
-else()
   set(HAVE_THREAD_LOCAL_STORAGE 1)
+else()
+  set(HAVE_THREAD_LOCAL_STORAGE 0)
 endif()
 
 # Our usage of mmap is Linux-specific (flag MAP_ANONYMOUS), but kFreeBSD uses a GNU libc