From feccd44ef59329f3bfb8963e473a14e43e1aa2ec Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Thu, 31 Jan 2008 11:11:21 +0000 Subject: use AC_HELP_STRING to correctly format help string git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@133 7dcaeef0-15fb-0310-b436-a5af3365683c --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0a65cb2..1fa4146 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,7 @@ AC_ARG_WITH([versioned-symbol], AC_SUBST(LIBSSH_VERS) enable_ssh1=${enable_ssh1:-"no"} -AC_ARG_ENABLE(ssh1, [ --enable-ssh1 support SSH1]) +AC_ARG_ENABLE(ssh1, AC_HELP_STRING([--enable-ssh1], [enable SSH1 support])) AC_MSG_CHECKING([for SSH1 support]) if test "$enable_ssh1" = "yes" ; then AC_DEFINE(HAVE_SSH1,1,[Define to 1 if you want to enable SSH1]) -- cgit