r8533: improve --help output
authorAndrew Tridgell <tridge@samba.org>
Mon, 18 Jul 2005 00:08:46 +0000 (00:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:29:36 +0000 (13:29 -0500)
source/build/m4/check_cc.m4

index 5ca88f569835d1cd7e3ecd54ae55c60bab1b40b9..8e075b714b5a81ef1704192170b41a3a026871b4 100644 (file)
@@ -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)