https://github.com/JuliaLang/julia
Raw File
Tip revision: bddb70374fdbb2256782398c13430fa4d8b55d0b authored by Jeff Bezanson on 07 March 2013, 08:45:48 UTC
Merge branch 'release-0.1' of github.com:JuliaLang/julia into release-0.1
Tip revision: bddb703
fftw-config-nopthreads.patch
--- configure   2013-01-12 06:08:54 +0100
+++ configure.new       2013-01-12 06:08:51 +0100
@@ -19500,7 +19500,7 @@
    fi
 fi

-THREADLIBS=""
+THREADLIBS=" "
 if test "$enable_threads" = "yes"; then
        # POSIX threads, the default choice:
        if test -z "$THREADLIBS"; then
back to top