mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 02:38:09 +09: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)
|
AC_SUBST(LIBSSH_VERS)
|
||||||
|
|
||||||
enable_ssh1=${enable_ssh1:-"no"}
|
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])
|
AC_MSG_CHECKING([for SSH1 support])
|
||||||
if test "$enable_ssh1" = "yes" ; then
|
if test "$enable_ssh1" = "yes" ; then
|
||||||
AC_DEFINE(HAVE_SSH1,1,[Define to 1 if you want to enable SSH1])
|
AC_DEFINE(HAVE_SSH1,1,[Define to 1 if you want to enable SSH1])
|
||||||
|
|||||||
Reference in New Issue
Block a user