diff options
author | markt <markt> | 2007-12-13 21:15:57 (GMT) |
---|---|---|
committer | markt <markt> | 2007-12-13 21:15:57 (GMT) |
commit | 254fb289f318eaedbfe8e3dff4454afd0f66e868 (patch) | |
tree | ed6f74f3209abfdbd70ff961cf74a1a60ed18fba /configure.in | |
parent | b001ea9f1feb32a878b95a0b78c3fb0240f6df68 (diff) | |
download | fluxbox-254fb289f318eaedbfe8e3dff4454afd0f66e868.zip fluxbox-254fb289f318eaedbfe8e3dff4454afd0f66e868.tar.bz2 |
fix --with-style configure option
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 a1d9d49..f8c1137 100644 --- a/configure.in +++ b/configure.in | |||
@@ -564,7 +564,7 @@ AC_SUBST(DEFAULT_MENU) | |||
564 | 564 | ||
565 | AC_ARG_WITH( | 565 | 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/bloe)], |
568 | DEFAULT_STYLE=$with_style, | 568 | DEFAULT_STYLE=$with_style, |
569 | DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/bloe | 569 | DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/bloe |
570 | ) | 570 | ) |