aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authormarkt <markt>2007-12-13 21:15:57 (GMT)
committermarkt <markt>2007-12-13 21:15:57 (GMT)
commit254fb289f318eaedbfe8e3dff4454afd0f66e868 (patch)
treeed6f74f3209abfdbd70ff961cf74a1a60ed18fba /configure.in
parentb001ea9f1feb32a878b95a0b78c3fb0240f6df68 (diff)
downloadfluxbox_pavel-254fb289f318eaedbfe8e3dff4454afd0f66e868.zip
fluxbox_pavel-254fb289f318eaedbfe8e3dff4454afd0f66e868.tar.bz2
fix --with-style configure option
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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
565AC_ARG_WITH( 565AC_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)