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
This commit is contained in:
Carsten Haitzler 2011-12-03 08:42:49 +00:00
parent 191659da9a
commit 96b3521583
1 changed files with 0 additions and 15 deletions

View 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],