repo.or.cz
/
moon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added MouseWheel event support for Silverlight 3.0
[moon.git]
/
m4
/
examples.m4
blob
48056aac4d18232ebcbf240cdb8d3425b390a196
1
2
AC_DEFUN([MOONLIGHT_CHECK_EXAMPLES],
3
[
4
dnl
5
dnl examples
6
dnl
7
8
AC_ARG_WITH(examples, [ --with-examples=yes|no Enable examples (defaults=yes)],[],[with_examples=yes])
9
10
AM_CONDITIONAL(INCLUDE_EXAMPLES, test x$with_examples = xyes)
11
12
13
])