summaryrefslogtreecommitdiff
path: root/source4/build/m4/check_cc.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-05-24 09:28:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:52:50 -0500
commit9853deacb6f34e5f27fc9c239d65c6e0d95193d6 (patch)
treec43dfb3c212c9a81cefa95b811bb5a9c866d1c20 /source4/build/m4/check_cc.m4
parent938a0bc9ac657df7a1b530b9c2e9c7b2cdfaff6c (diff)
downloadsamba-9853deacb6f34e5f27fc9c239d65c6e0d95193d6.tar.gz
samba-9853deacb6f34e5f27fc9c239d65c6e0d95193d6.tar.bz2
samba-9853deacb6f34e5f27fc9c239d65c6e0d95193d6.zip
r23111: nicer ./configure --help output
metze (This used to be commit d0d371be719f219db9ed9b37df010a80fdda6fc3)
Diffstat (limited to 'source4/build/m4/check_cc.m4')
-rw-r--r--source4/build/m4/check_cc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/check_cc.m4 b/source4/build/m4/check_cc.m4
index e6b090d9dc..b618897f06 100644
--- a/source4/build/m4/check_cc.m4
+++ b/source4/build/m4/check_cc.m4
@@ -140,7 +140,7 @@ if test -n "$DEVELOPER_CFLAGS"; then
fi
# allow for --with-hostcc=gcc
-AC_ARG_WITH(hostcc,[ --with-hostcc=compiler choose host compiler],
+AC_ARG_WITH(hostcc,[ --with-hostcc=compiler choose host compiler],
[HOSTCC=$withval],
[
if test z"$cross_compiling" = "yes"; then