diff options
author | fluxgen <fluxgen> | 2007-10-08 05:51:56 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2007-10-08 05:51:56 (GMT) |
commit | fee1cc1a62fcdbec368f47e11183dd318c577475 (patch) | |
tree | 02fd7a4abd8e3a67bc290aba15d2cb85eccc8793 /configure.in | |
parent | 9091cf107e69520344a1f3c426868feaf4fa2435 (diff) | |
download | fluxbox-fee1cc1a62fcdbec368f47e11183dd318c577475.zip fluxbox-fee1cc1a62fcdbec368f47e11183dd318c577475.tar.bz2 |
changed default style to bloeRelease-1_0_0
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index bab4235..85f315c 100644 --- a/configure.in +++ b/configure.in | |||
@@ -566,7 +566,7 @@ AC_ARG_WITH( | |||
566 | style, | 566 | style, |
567 | [ --with-style=path style by default (PREFIX/share/fluxbox/styles/Meta)], | 567 | [ --with-style=path style by default (PREFIX/share/fluxbox/styles/Meta)], |
568 | DEFAULT_STYLE=$with_style, | 568 | DEFAULT_STYLE=$with_style, |
569 | DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/Meta | 569 | DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/bloe |
570 | ) | 570 | ) |
571 | AC_SUBST(DEFAULT_STYLE) | 571 | AC_SUBST(DEFAULT_STYLE) |
572 | 572 | ||