Change configure --with-checksums to --enable-checksums option
authorIvan Maidanski <ivmai@mail.ru>
Thu, 6 Jul 2017 17:11:09 +0000 (20:11 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 6 Jul 2017 17:11:09 +0000 (20:11 +0300)
commit27ae7ff19c7e62d75d7b560d6d3ee8bdfc3b2c9b
tree312d02c2be5072908de88ed5640dbfa53e1fd5ac
parentff37d3d5eb14c4460008e45aed08e46c1580849f
Change configure --with-checksums to --enable-checksums option
(refactoring of commit bfd8345)

* configure.ac (checksums): Replace AC_ARG_WITH with AC_ARG_ENABLE;
update AS_HELP_STRING accordingly.
* configure.ac (with_checksums): Replace with enable_checksums.
configure.ac