From 598374bb1ce33e48a06122af1d3609f5f67b4d41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Sat, 19 May 2007 14:27:52 +0000 Subject: Enable example by default. Renamed option to --with-examples. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2007-05-17 BenoƮt Dejean * libgtop-sysdeps.m4: Enable example by default. Renamed option to --with-examples. svn path=/trunk/; revision=2594 --- libgtop-sysdeps.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libgtop-sysdeps.m4') 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) -- cgit v1.2.1