From b9e0e47feef092efd3902d5cec4c1caef4951dec Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Mon, 28 Sep 1998 19:18:32 +0000 Subject: Make the default not to build the LibGTope examples. 1998-09-28 Martin Baulig * gnome-libgtop-sysdeps.m4: Make the default not to build the LibGTope examples. svn path=/trunk/; revision=409 --- macros/ChangeLog | 5 +++++ macros/gnome-libgtop-sysdeps.m4 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/macros/ChangeLog b/macros/ChangeLog index 8e6f00233b..fc7bb46b13 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,8 @@ +1998-09-28 Martin Baulig + + * gnome-libgtop-sysdeps.m4: Make the default not to build the + LibGTope examples. + 1998-09-28 Martin Baulig * compiler-flags.m4 (--enable-warn-unused): New configure parameter 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) -- cgit