Removed enable-glib2 from spec file
authorChristian Schaller <uraeus@gnome.org>
Tue, 1 Jan 2002 15:51:52 +0000 (15:51 +0000)
committerChristian Schaller <uraeus@gnome.org>
Tue, 1 Jan 2002 15:51:52 +0000 (15:51 +0000)
Original commit message from CVS:
Removed enable-glib2 from spec file

gst-plugins.spec.in

index d8297da..6e4196d 100644 (file)
@@ -32,7 +32,7 @@ plugins.
 %prep
 %setup
 %build
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --mandir=$RPM_BUILD_ROOT%{prefix}/share/man  --enable-glib2
+CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=%{sysconfdir} --mandir=$RPM_BUILD_ROOT%{prefix}/share/man  
 
 if [ "$SMP" != "" ]; then
   (make "MAKE=make -k -j $SMP"; exit 0)