aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bigonville <l.bigonville@edpnet.be>2008-01-31 11:11:21 +0000
committerLaurent Bigonville <l.bigonville@edpnet.be>2008-01-31 11:11:21 +0000
commitfeccd44ef59329f3bfb8963e473a14e43e1aa2ec (patch)
treeec390feaa06920f8dd0df707b9c91cff1ee6a6be
parentd7d53d3d0f885577bfda15042f691eff268080c2 (diff)
downloadlibssh-feccd44ef59329f3bfb8963e473a14e43e1aa2ec.tar.gz
libssh-feccd44ef59329f3bfb8963e473a14e43e1aa2ec.tar.xz
libssh-feccd44ef59329f3bfb8963e473a14e43e1aa2ec.zip
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
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0a65cb21..1fa4146a 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])