From: raster Date: Tue, 29 Nov 2011 03:47:51 +0000 (+0000) Subject: disable compiling of examples. X-Git-Tag: 2.0_alpha~106^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a02f3ed4affcc165842aa99e9eecf2aa6d76c51a;p=framework%2Fuifw%2Fedje.git disable compiling of examples. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@65667 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index 36bf32c..9fdf16d 100644 --- a/configure.ac +++ b/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)