Skip to content

Commit

Permalink
editor auto-removed some whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Feb 4, 2010
1 parent 275596f commit a050c24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.pir
Expand Up @@ -78,10 +78,10 @@ SOURCES
.param pmc config
$S0 = sysinfo 4
if $S0 == "linux" goto have_linux

# don't support other things yet.
.return()

have_linux:
$I0 = spawnw "ldd /usr/lib/libblas.so"
if $I0 != 0 goto try_2
Expand All @@ -95,7 +95,7 @@ SOURCES
# There is no try 3
.return()
.end



# Local Variables:
Expand Down

0 comments on commit a050c24

Please sign in to comment.