configure.ac: tweak the ${has_doxygen} status display

This commit is contained in:
Robert Edmonds 2014-03-06 22:05:27 -05:00
parent 7881332164
commit 2976be8666

View File

@ -71,8 +71,8 @@ AC_MSG_RESULT([
libdir: ${libdir}
includedir: ${includedir}
pkgconfigdir: ${pkgconfigdir}
doxygen-doc: ${has_doxygen}
bigendian: ${ac_cv_c_bigendian}
protobuf version: ${PROTOBUF_VERSION}
doxygen docs: ${has_doxygen}
])