Fix apparent typo in --with-threads option.

gdal does not accept a --with-pthreads option.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Will White 2010-11-09 11:47:33 -05:00 committed by Adam Vandenberg
parent c78b4aff8c
commit e06c3c300a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class Gdal <Formula
system "./configure", "--prefix=#{prefix}",
"--disable-debug",
"--disable-dependency-tracking",
"--with-pthreads",
"--with-threads",
"--with-local=#{prefix}",
"--with-png=/usr/X11",
"--without-pg",