From 4363b3ea1970d168457bd7232117244e4e304507 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 29 Nov 2011 03:47:51 +0000 Subject: [PATCH] disable compiling of examples. SVN revision: 65667 --- legacy/edje/configure.ac | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/legacy/edje/configure.ac b/legacy/edje/configure.ac index 36bf32c040..9fdf16d263 100644 --- a/legacy/edje/configure.ac +++ b/legacy/edje/configure.ac @@ -550,22 +550,22 @@ AC_ARG_ENABLE([install-examples], AM_CONDITIONAL([INSTALL_EXAMPLES], [test "x${install_examples}" = "xyes"]) build_examples="no" -AC_ARG_ENABLE([build-examples], - AC_HELP_STRING([--enable-build-examples], - [Enable building examples. This requires extra denpendencies. If you don't have them installed yet, don't build with this option or it will fail. Build again when you have it, overriding the previous installation). @<:@default==disabled@:>@]), - [ - if test "x${enableval}" = "xyes" ; then - build_examples="yes" - edje_cc=$($PKG_CONFIG --variable=prefix edje)/bin/edje_cc - # put in here the dependencies for Edje' examples. They are - # meant to be 'real world' usage examples, thus one will be - # using higher level libraries on these programs - AC_SUBST(edje_cc) - else - build_examples="no" - fi - ], - [build_examples="no"]) +dnl AC_ARG_ENABLE([build-examples], +dnl AC_HELP_STRING([--enable-build-examples], +dnl [Enable building examples. This requires extra denpendencies. If you don't have them installed yet, don't build with this option or it will fail. Build again when you have it, overriding the previous installation). @<:@default==disabled@:>@]), +dnl [ +dnl if test "x${enableval}" = "xyes" ; then +dnl build_examples="yes" +dnl edje_cc=$($PKG_CONFIG --variable=prefix edje)/bin/edje_cc +dnl # put in here the dependencies for Edje' examples. They are +dnl # meant to be 'real world' usage examples, thus one will be +dnl # using higher level libraries on these programs +dnl AC_SUBST(edje_cc) +dnl else +dnl build_examples="no" +dnl fi +dnl ], +dnl [build_examples="no"]) AM_CONDITIONAL([BUILD_EXAMPLES], [test "x${build_examples}" = "xyes"]) AC_SUBST(requirement_edje)