mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-24 19:37:48 +03:00
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
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user