summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-09-28 19:18:32 +0000
committerMartin Baulig <martin@src.gnome.org>1998-09-28 19:18:32 +0000
commite6cf4e066749d9fb72c617c2164adc0331c8f3f1 (patch)
treebfd803eb024fccb420cba33e325741e583751533
parent8836244cdb7ea73511ae8f77ec7d2f9d129cd680 (diff)
downloadgnome-common-e6cf4e066749d9fb72c617c2164adc0331c8f3f1.tar.gz
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=418
-rw-r--r--macros/ChangeLog5
-rw-r--r--macros/gnome-libgtop-sysdeps.m44
2 files changed, 7 insertions, 2 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 8e6f002..fc7bb46 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,5 +1,10 @@
1998-09-28 Martin Baulig <martin@home-of-linux.org>
+ * gnome-libgtop-sysdeps.m4: Make the default not to build the
+ LibGTope examples.
+
+1998-09-28 Martin Baulig <martin@home-of-linux.org>
+
* compiler-flags.m4 (--enable-warn-unused): New configure parameter
to add `-Wunused' to the warning flags.
diff --git a/macros/gnome-libgtop-sysdeps.m4 b/macros/gnome-libgtop-sysdeps.m4
index 3567082..4a0ef40 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)