diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-03-06 02:41:49 -0800 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2009-03-06 08:30:59 -0800 |
commit | 67cecf4e957655b2334b05beda39d79b7f29adf2 (patch) | |
tree | 46e0dfd4741559dd45e7ed41f70fb5037dc044e5 | |
parent | bfdf68776f59449709b6963489ece7479bb9aa04 (diff) | |
download | mpd-67cecf4e957655b2334b05beda39d79b7f29adf2.tar.gz mpd-67cecf4e957655b2334b05beda39d79b7f29adf2.tar.xz mpd-67cecf4e957655b2334b05beda39d79b7f29adf2.zip |
configure: specify that faad2 prefix is optional in the help string
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 726c3082a..cbd4efd61 100644 --- a/configure.ac +++ b/configure.ac @@ -371,7 +371,7 @@ dnl faad dnl ## AC_ARG_WITH(faad, AS_HELP_STRING([--with-faad=PFX], - [Prefix where faad2 is installed]),, + [Prefix where faad2 is installed (optional)]),, faad_prefix="") AC_ARG_WITH(faad-libraries, AS_HELP_STRING([--with-faad-libraries=DIR], |