Enable example by default. Renamed option to --with-examples.
2007-05-17 Benoît Dejean <benoit@placenet.org> * libgtop-sysdeps.m4: Enable example by default. Renamed option to --with-examples. svn path=/trunk/; revision=2594
This commit is contained in:
committed by
Benoît Dejean
parent
b1acd4461e
commit
598374bb1c
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user