configure.ac: Reorder --with-* options in --help output
This commit is contained in:
parent
2df6cd6606
commit
d41f5e40aa
@ -83,12 +83,12 @@ dnl check for how to do large files
|
|||||||
AC_SYS_LARGEFILE
|
AC_SYS_LARGEFILE
|
||||||
|
|
||||||
# Configure parameters
|
# Configure parameters
|
||||||
AC_ARG_WITH(libgcrypt,
|
|
||||||
AC_HELP_STRING([--with-libgcrypt],[Use Libgcrypt for crypto]),
|
|
||||||
use_libgcrypt=$withval,use_libgcrypt=auto)
|
|
||||||
AC_ARG_WITH(openssl,
|
AC_ARG_WITH(openssl,
|
||||||
AC_HELP_STRING([--with-openssl],[Use OpenSSL for crypto]),
|
AC_HELP_STRING([--with-openssl],[Use OpenSSL for crypto]),
|
||||||
use_openssl=$withval,use_openssl=auto)
|
use_openssl=$withval,use_openssl=auto)
|
||||||
|
AC_ARG_WITH(libgcrypt,
|
||||||
|
AC_HELP_STRING([--with-libgcrypt],[Use libgcrypt for crypto]),
|
||||||
|
use_libgcrypt=$withval,use_libgcrypt=auto)
|
||||||
AC_ARG_WITH(libz,
|
AC_ARG_WITH(libz,
|
||||||
AC_HELP_STRING([--with-libz],[Use Libz for compression]),
|
AC_HELP_STRING([--with-libz],[Use Libz for compression]),
|
||||||
use_libz=$withval,use_libz=auto)
|
use_libz=$withval,use_libz=auto)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user