summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-07-03 19:32:10 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-07-03 19:32:10 +0000
commite484c4cc2cd5b206b7ad11b1ef675aa3ac73982c (patch)
treef6b6a745034042da4ccb0f0dc11a1c6b8f34400d /m4
parent86736fc21b73dfd5d594bed1798fb927b8330139 (diff)
Iconv-related cleanup. From Brendan Cully.
Diffstat (limited to 'm4')
-rw-r--r--m4/iconv.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/iconv.m4 b/m4/iconv.m4
index 9ce6d0ca..601be4cb 100644
--- a/m4/iconv.m4
+++ b/m4/iconv.m4
@@ -8,7 +8,7 @@ AC_DEFUN([MUTT_AM_ICONV],
dnl those with the standalone portable GNU libiconv installed).
AC_ARG_WITH([libiconv-prefix],
-[ --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib], [
+[ --with-libiconv-prefix=DIR Search for libiconv in DIR/include and DIR/lib], [
for dir in `echo "$withval" | tr : ' '`; do
if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi