summaryrefslogblamecommitdiffstats
path: root/sysutils/gnome-system-tools/files/patch-configure
blob: dc900ad4e054ecc1de5bc4bc64cabacd3637356f (plain) (tree)





























                                                







                                                                             
--- configure.orig  Thu Jan 13 01:56:41 2005
+++ configure   Thu Jan 13 02:14:07 2005
@@ -21160,7 +21160,7 @@
 
 
 
-if test x$enable_boot = xno; then
+if test x$enable_boot = xyes; then
   BUILD_BOOT_TRUE=
   BUILD_BOOT_FALSE='#'
 else
@@ -21178,7 +21178,7 @@
 fi
 
 
-if test x$enable_services = xno; then
+if test x$enable_services = xyes; then
   BUILD_SERVICES_TRUE=
   BUILD_SERVICES_FALSE='#'
 else
@@ -21205,7 +21205,7 @@
 fi
 
 
-if test x$enable_disks = xno; then
+if test x$enable_disks = xyes; then
   BUILD_DISKS_TRUE=
   BUILD_DISKS_FALSE='#'
 else
@@ -22990,7 +22990,7 @@
 GST_CFLAGS="$GST_DEPENDS_CFLAGS $GST_CRACK_LIB_CFLAGS $GST_DEPRECATED_FLAGS"
 
 GST_TOOL_LIBS="$GST_LIBS -lutil \$(top_builddir)/src/common/libsetuptool.a"
-GST_TOOL_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/src/common"
+GST_TOOL_CFLAGS="-I\$(top_srcdir)/src/common $GST_CFLAGS"
 
 GST_TOOL_CLEANFILES="\$(desktop) \$(desktop).in"
 GST_TOOL_EXTRA_DIST="\$(toolpixmaps) \$(desktop).in.in"