X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4c11b107611797f67f611911c7a131de69d1843c..8516b068ed1b8fa928ffa994440f9b40d21e791c:/configure.ac diff --git a/configure.ac b/configure.ac index 199a68e303..08611ed371 100644 --- a/configure.ac +++ b/configure.ac @@ -128,12 +128,10 @@ case $with_context in *) AC_MSG_ERROR("--with-context must be either ucontext or pthread") ;; esac -USE_CONTEXT=no if test "x$with_context" = "xucontext" ; then if test ".$mcsc" = .yes; then AC_MSG_RESULT(found working ucontext. Great!) AC_DEFINE([USE_UCONTEXT],1,[Define if we use ucontext or not]) - USE_CONTEXT=yes else if test ".$windows_context" = .yes ; then AC_MSG_RESULT(use windows context portability layer.) @@ -144,7 +142,6 @@ if test "x$with_context" = "xucontext" ; then fi fi fi -AC_SUBST(USE_CONTEXT) if test "x$with_context" = "xpthread"; then AC_CHECK_HEADERS([pthread.h])