diff options
author | Viliam Mateicka <viliam.mateicka@gmail.com> | 2008-12-27 19:44:58 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-27 20:16:00 +0100 |
commit | 166d326950c09a4dbc9ef521158a664413ac2807 (patch) | |
tree | ea29f8127d332b8c06da790f0e7ca21101d992d3 /configure.ac | |
parent | 83fc9480082436985df3c67aee6c5977727ab9c7 (diff) | |
download | mpd-166d326950c09a4dbc9ef521158a664413ac2807.tar.gz mpd-166d326950c09a4dbc9ef521158a664413ac2807.tar.xz mpd-166d326950c09a4dbc9ef521158a664413ac2807.zip |
configure.ac: fixed description to bzip2 compile option
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cb3c474e5..b1c71f964 100644 --- a/configure.ac +++ b/configure.ac @@ -176,7 +176,7 @@ dnl dnl bzip2 AC_ARG_ENABLE(bzip2, - AS_HELP_STRING([--enable-bz2], + AS_HELP_STRING([--enable-bzip2], [enable bzip2 archive support (default: disabled)]), enable_bz2=$enableval, enable_bz2=no) |