[SDL/f13/master] Remove --disable-debug and --enable-dlopen options

Petr Pisar ppisar at fedoraproject.org
Thu Aug 12 16:29:33 UTC 2010


commit eeaf2c8b9e1d0e08b7cc9ca54d377c083cccd535
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Aug 12 18:03:35 2010 +0200

    Remove --disable-debug and --enable-dlopen options

 SDL.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/SDL.spec b/SDL.spec
index c95acee..b47f8ee 100644
--- a/SDL.spec
+++ b/SDL.spec
@@ -89,9 +89,7 @@ libtoolize
 autoconf
 %configure \
    --disable-video-svga --disable-video-ggi --disable-video-aalib \
-   --disable-debug \
    --enable-sdl-dlopen \
-   --enable-dlopen \
    --enable-arts-shared \
    --enable-esd-shared \
    --enable-pulseaudio-shared \
@@ -143,6 +141,8 @@ rm -rf %{buildroot}
 %changelog
 * Thu Aug 12 2010 Petr Pisar <ppisar at redhat.com> - 1.2.14-7
 - Fix left button press event in windowed mode (rh556608, sdl894)
+- Remove unrecognized --disable-debug and --enable-dlopen configure options
+  (rh581056)
 
 * Mon Aug 02 2010 Petr Pisar <ppisar at redhat.com> - 1.2.14-6
 - Make repacked source tar ball relative


More information about the scm-commits mailing list