aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-31 10:25:34 -0700
committerAdam Vandenberg2010-07-31 10:25:34 -0700
commit77fedf760202f28f73d20d26b39c8bb78a75262f (patch)
tree4689a9da86e042da4cb818984cfa842c7fc8de6d /Library
parent9106a6b35630dd03db44a90e1fd59add705be594 (diff)
downloadhomebrew-77fedf760202f28f73d20d26b39c8bb78a75262f.tar.bz2
sdl_image - remove unused configure switches
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sdl_image.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/sdl_image.rb b/Library/Formula/sdl_image.rb
index 3561f356e..71d4c6d1a 100644
--- a/Library/Formula/sdl_image.rb
+++ b/Library/Formula/sdl_image.rb
@@ -14,7 +14,6 @@ class SdlImage <Formula
Sdl.use_homebrew_prefix 'SDL_image.pc.in'
system "./configure", "--prefix=#{prefix}",
- "--disable-debug",
"--disable-dependency-tracking",
"--disable-sdltest",
"--with-freetype-exec-prefix=/usr/X11"