aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-libgtop-sysdeps.m4
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-09-29 03:18:32 +0800
committerMartin Baulig <martin@src.gnome.org>1998-09-29 03:18:32 +0800
commitb9e0e47feef092efd3902d5cec4c1caef4951dec (patch)
tree4e5226f4867ff421f037b4be5c140d137f06cb29 /macros/gnome-libgtop-sysdeps.m4
parentdcb862d546cb7e2c715ab0dae1b516f27f29b8fb (diff)
downloadgsoc2013-evolution-b9e0e47feef092efd3902d5cec4c1caef4951dec.tar
gsoc2013-evolution-b9e0e47feef092efd3902d5cec4c1caef4951dec.tar.gz
gsoc2013-evolution-b9e0e47feef092efd3902d5cec4c1caef4951dec.tar.bz2
gsoc2013-evolution-b9e0e47feef092efd3902d5cec4c1caef4951dec.tar.lz
gsoc2013-evolution-b9e0e47feef092efd3902d5cec4c1caef4951dec.tar.xz
gsoc2013-evolution-b9e0e47feef092efd3902d5cec4c1caef4951dec.tar.zst
gsoc2013-evolution-b9e0e47feef092efd3902d5cec4c1caef4951dec.zip
Make the default not to build the LibGTope examples.
1998-09-28 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4: Make the default not to build the LibGTope examples. svn path=/trunk/; revision=409
Diffstat (limited to 'macros/gnome-libgtop-sysdeps.m4')
-rw-r--r--macros/gnome-libgtop-sysdeps.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/gnome-libgtop-sysdeps.m4 b/macros/gnome-libgtop-sysdeps.m4
index 35670823f8..4a0ef40301 100644
--- a/macros/gnome-libgtop-sysdeps.m4
+++ b/macros/gnome-libgtop-sysdeps.m4
@@ -18,8 +18,8 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
AC_SUBST(libgtop_need_server)
AC_ARG_WITH(libgtop-examples,
- [ --with-libgtop-examples Build the libgtop examples (default=yes)],[
- build_examples="$withval"], [build_examples=yes])
+ [ --with-libgtop-examples Build the libgtop examples (default=no)],[
+ build_examples="$withval"], [build_examples=no])
AM_CONDITIONAL(EXAMPLES, test x"$build_examples" = xyes)