Skip to content

Commit

Permalink
Fix building on Fedora 13.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ford committed Sep 23, 2010
1 parent 69cedd4 commit aee1b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -480,7 +480,7 @@ class Configure
yield f
end

`#{@compiler} #{env('CFLAGS')} -lstdc++ -o #{basename} #{source} 2>&1`
`#{@compiler} #{env('CFLAGS')} -lstdc++ -lm -o #{basename} #{source} 2>&1`
return $?.exitstatus unless run

unless $?.exitstatus == 0
Expand Down

0 comments on commit aee1b9b

Please sign in to comment.