aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolarAquarion2016-10-09 19:46:16 -0400
committerGitHub2016-10-09 19:46:16 -0400
commit7ede84a25247cddae2c5bcd69c009b7b9eb672a3 (patch)
tree5aef4cb3a06e6b2b922c51ccf247112c5fbd6d99
parentffa965649f55d5725be5a0f24b3a4182ff7e5478 (diff)
downloadsolarc-theme-7ede84a25247cddae2c5bcd69c009b7b9eb672a3.tar.gz
solarc-theme-7ede84a25247cddae2c5bcd69c009b7b9eb672a3.tar.xz
solarc-theme-7ede84a25247cddae2c5bcd69c009b7b9eb672a3.zip
Update configure.ac
This can fix it
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3b6b8ef..f878beb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,9 +12,9 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([no-dist-gzip dist-xz foreign])
AC_PROG_MKDIR_P
-ARC_ENABLE([LIGHT], [light], [Arc Light], [disable])
-ARC_ENABLE([DARKER], [darker], [Arc Darker], [disable])
-ARC_ENABLE([DARK], [dark], [Arc Dark], [disable])
+ARC_ENABLE([LIGHT], [light], [SolArc Light], [disable])
+ARC_ENABLE([DARKER], [darker], [SolArc Darker], [disable])
+ARC_ENABLE([DARK], [dark], [SolArc Dark], [disable])
ARC_ENABLE([CINNAMON], [cinnamon], [Cinnamon], [disable])
ARC_ENABLE([GNOME_SHELL], [gnome-shell], [GNOME Shell], [disable])
ARC_ENABLE([GTK2], [gtk2], [GTK2], [disable])