lets not show a disable or enable opt for installing examples. no need
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 3 Dec 2011 08:42:49 +0000 (08:42 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 3 Dec 2011 08:42:49 +0000 (08:42 +0000)
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

configure.ac

index e186b05..287e1ca 100644 (file)
@@ -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],