From 96b3521583650658152125c802f9e56fd3a1c019 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 3 Dec 2011 08:42:49 +0000 Subject: [PATCH] lets not show a disable or enable opt for installing examples. no need for this to be a bugfix - really. so no backport. SVN revision: 65839 --- legacy/edje/configure.ac | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/legacy/edje/configure.ac b/legacy/edje/configure.ac index e186b05497..287e1ca654 100644 --- a/legacy/edje/configure.ac +++ b/legacy/edje/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],