summaryrefslogtreecommitdiff
path: root/libgtop-sysdeps.m4
diff options
context:
space:
mode:
authorBenoît Dejean <benoit@placenet.org>2007-05-19 14:27:52 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2007-05-19 14:27:52 +0000
commit598374bb1ce33e48a06122af1d3609f5f67b4d41 (patch)
tree84b58bb6fe391364f5b450f7b61aecf1d26da063 /libgtop-sysdeps.m4
parentb1acd4461e4d1ab66d781854f8b4af1b3d1bb22b (diff)
downloadlibgtop-598374bb1ce33e48a06122af1d3609f5f67b4d41.tar.gz
Enable example by default. Renamed option to --with-examples.
2007-05-17 Benoît Dejean <benoit@placenet.org> * libgtop-sysdeps.m4: Enable example by default. Renamed option to --with-examples. svn path=/trunk/; revision=2594
Diffstat (limited to 'libgtop-sysdeps.m4')
-rw-r--r--libgtop-sysdeps.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/libgtop-sysdeps.m4 b/libgtop-sysdeps.m4
index 0bcb01e1..03044626 100644
--- a/libgtop-sysdeps.m4
+++ b/libgtop-sysdeps.m4
@@ -18,9 +18,9 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
AC_SUBST(libgtop_need_server)
AC_ARG_WITH(libgtop-examples,
- AS_HELP_STRING([--with-libgtop-examples],
- [Build the libgtop examples @<:@default=no@:>@]),[
- build_examples="$withval"], [build_examples=no])
+ AS_HELP_STRING([--with-examples],
+ [Build the libgtop examples @<:@default=yes@:>@]),[
+ build_examples="$withval"], [build_examples=yes])
AM_CONDITIONAL(EXAMPLES, test x"$build_examples" = xyes)