diff options
author | horst3180 | 2016-09-23 19:42:48 +0200 |
---|---|---|
committer | GitHub | 2016-09-23 19:42:48 +0200 |
commit | 39f00f00b45de99b631b8dda194a5cf0e191310c (patch) | |
tree | 3b5beb2345e8c044442fe05327f1912882ae9633 /configure.ac | |
parent | 2fd0b4d13e1a256037f0435d29e05f0f4102fa80 (diff) | |
parent | f416c04a979a6616bb5471c5982555bcac5bf346 (diff) | |
download | solarc-theme-39f00f00b45de99b631b8dda194a5cf0e191310c.tar.gz solarc-theme-39f00f00b45de99b631b8dda194a5cf0e191310c.tar.xz solarc-theme-39f00f00b45de99b631b8dda194a5cf0e191310c.zip |
Merge pull request #654 from chewi/master
Don't require GTK+3 at configure time when it's not needed
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b27f5cd..dc8098b 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ ARC_ENABLE([UNITY], [unity], [Unity], [disable]) ARC_ENABLE([XFWM], [xfwm], [XFWM], [disable]) ARC_ENABLE([TRANSPARENCY], [transparency], [transparency], [disable]) -ARC_GNOME +AS_IF([test "x$ENABLE_GNOME_SHELL$ENABLE_GTK3" != xnono], [ARC_GNOME]) AC_CONFIG_FILES([ common/Makefile |