diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-18 00:08:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:29:36 -0500 |
commit | 2ec501883d4c7d5d18cb1b457d94169960824817 (patch) | |
tree | 64895ff0c61a5ff9e71a6b364929b5a2ec19d95f | |
parent | 3cddf280da064d53ec2de2c8b30b7902e1b5e515 (diff) | |
download | samba-2ec501883d4c7d5d18cb1b457d94169960824817.tar.gz samba-2ec501883d4c7d5d18cb1b457d94169960824817.tar.bz2 samba-2ec501883d4c7d5d18cb1b457d94169960824817.zip |
r8533: improve --help output
(This used to be commit 3dd6e2056678ccf5c4844d74410dbe0775db3c46)
-rw-r--r-- | source4/build/m4/check_cc.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/check_cc.m4 b/source4/build/m4/check_cc.m4 index 5ca88f5698..8e075b714b 100644 --- a/source4/build/m4/check_cc.m4 +++ b/source4/build/m4/check_cc.m4 @@ -105,5 +105,5 @@ if test -n "$DEVELOPER_CFLAGS"; then fi # allow for --with-hostcc=gcc -AC_ARG_WITH(hostcc,[Choose host compiler],[HOSTCC=$withval],[HOSTCC=$CC]) +AC_ARG_WITH(hostcc,[ --with-hostcc=compiler choose host compiler],[HOSTCC=$withval],[HOSTCC=$CC]) AC_SUBST(HOSTCC) |