From: Daniel Juyung Seo Date: Sun, 9 Jun 2013 08:12:39 +0000 (+0900) Subject: configure.ac: display enable debug build option. X-Git-Tag: submit/efl/20131021.015827~403 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bee6fb8aac85c147e21d6e60e1fb2f4b150ddd9d;p=platform%2Fupstream%2Felementary.git configure.ac: display enable debug build option. --- diff --git a/configure.ac b/configure.ac index 69fc684..0ab9f41 100644 --- a/configure.ac +++ b/configure.ac @@ -879,6 +879,7 @@ echo " Build elm_prefs_cc.......: ${have_elm_prefs_cc}" echo " Examples.................: ${enable_build_examples}" echo " Examples installed.......: ${enable_install_examples}" echo " Build elementary_config..: ${have_elementary_config}" +echo " Enable debug.............: ${want_elementary_debug}" echo echo "Compilation................: make (or gmake)" echo " CPPFLAGS.................: $CPPFLAGS"