Skip to content

Commit

Permalink
gnome-base/gnome-control-center: fix typo in optional patch
Browse files Browse the repository at this point in the history
Gentoo-Bug: 599622

Package-Manager: portage-2.3.2
  • Loading branch information
EvaSDK committed Nov 13, 2016
1 parent 363636b commit 2641ed0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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])])
+ ])
+ ])
Expand Down

0 comments on commit 2641ed0

Please sign in to comment.