Don't pretend --enable-doc were the default.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@679 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2006-11-07 20:32:41 +00:00
parent 898d885c84
commit 4c1e35fd41
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-11-07 Joerg Wunsch <j@uriah.heep.sax.de>
* configure.ac: Don't pretend --enable-doc were the default.
2006-11-02 Joerg Wunsch <j@uriah.heep.sax.de>
* avrdude.conf.in: Fix the width of the efuse memory area for a

View File

@ -97,7 +97,7 @@ AC_ARG_ENABLE(
[doc],
AC_HELP_STRING(
[--enable-doc],
[Enable building documents(default)]),
[Enable building documents]),
[case "${enableval}" in
yes) enabled_doc=yes ;;
no) enabled_doc=no ;;