summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnome-base/gnome-control-center/files/gnome-control-center-3.22.0-optional.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/gnome-control-center/files/gnome-control-center-3.22.0-optional.patch b/gnome-base/gnome-control-center/files/gnome-control-center-3.22.0-optional.patch
index fd1226c84ce1..02516ced7c94 100644
--- a/gnome-base/gnome-control-center/files/gnome-control-center-3.22.0-optional.patch
+++ b/gnome-base/gnome-control-center/files/gnome-control-center-3.22.0-optional.patch
@@ -78,7 +78,7 @@ index 1e07acd..19096f5 100644
+AC_ARG_ENABLE([color],
+ AS_HELP_STRING([--disable-color],
+ [disable color management panel]),
-+ []
++ [],
+ [enable_color=auto])
+
+AS_IF([test "$enable_color" != "no"],
@@ -93,7 +93,7 @@ index 1e07acd..19096f5 100644
+ AC_DEFINE(BUILD_COLOR, 1, [Define to 1 to build the Color panel])
+ build_color=yes
+ ], [
-+ AS_IF([test "$enable_goa" = "yes"],
++ AS_IF([test "$enable_color" = "yes"],
+ [AC_MSG_ERROR([colord support requested but not found])])
+ ])
+ ])