summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-05-13 07:53:23 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-05-13 07:56:02 +0200
commit4af1a4a0865d91494c3197fc862bf3b7c49f3990 (patch)
treef703dfa4747d236ecfa3e7a7b094f9b50b99d9af /configure.ac
parent57b5ed51d46fd5673dfe35125ceffa71d39f133d (diff)
configure.ac: remove duplicate "no" AC_MSG_RESULT
AC_PATH_PROG already says no Change-Id: Ib920492c89eeb5113474b834ca00882cf47bd322
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8ba6974e4e76..0a2f14282fb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7030,7 +7030,6 @@ else
if test "$with_doxygen" = yes; then
AC_PATH_PROG([DOXYGEN], [doxygen])
if test -z "$DOXYGEN"; then
- AC_MSG_RESULT([no])
if test "$enable_odk" = "" ; then
enable_odk="no"
else