1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r8533: improve --help output

This commit is contained in:
Andrew Tridgell 2005-07-18 00:08:46 +00:00 committed by Gerald (Jerry) Carter
parent 810fa4f762
commit 3dd6e20566

View 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)