From: raster Date: Sat, 3 Dec 2011 08:42:49 +0000 (+0000) Subject: lets not show a disable or enable opt for installing examples. no need X-Git-Tag: submit/trunk/20120815.180907~348 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4e798165263cccbdb96635880e10917ebb25c47;p=profile%2Fivi%2Fedje.git lets not show a disable or enable opt for installing examples. no need for this to be a bugfix - really. so no backport. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@65839 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index e186b05..287e1ca 100644 --- a/configure.ac +++ b/configure.ac @@ -534,21 +534,6 @@ fi ## Examples -install_examples="yes" -AC_ARG_ENABLE([install-examples], - AC_HELP_STRING([--disable-install-examples], - [disable installing examples (compiled or just source). - @<:@default==enabled@:>@]), - [ - if test "x${enableval}" = "xyes" ; then - install_examples="yes" - else - install_examples="no" - fi - ], - [install_examples="yes"]) -AM_CONDITIONAL([INSTALL_EXAMPLES], [test "x${install_examples}" = "xyes"]) - build_examples="no" AC_ARG_ENABLE([build-examples], AC_HELP_STRING([--enable-build-examples],