summaryrefslogtreecommitdiff
path: root/libgtop-sysdeps.m4
diff options
context:
space:
mode:
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)