Kaydet (Commit) 4af1a4a0 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

configure.ac: remove duplicate "no" AC_MSG_RESULT

AC_PATH_PROG already says no

Change-Id: Ib920492c89eeb5113474b834ca00882cf47bd322
üst 57b5ed51
...@@ -7030,7 +7030,6 @@ else ...@@ -7030,7 +7030,6 @@ else
if test "$with_doxygen" = yes; then if test "$with_doxygen" = yes; then
AC_PATH_PROG([DOXYGEN], [doxygen]) AC_PATH_PROG([DOXYGEN], [doxygen])
if test -z "$DOXYGEN"; then if test -z "$DOXYGEN"; then
AC_MSG_RESULT([no])
if test "$enable_odk" = "" ; then if test "$enable_odk" = "" ; then
enable_odk="no" enable_odk="no"
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment