[libgtop] Rename --with-libgtop-examples to --with-examples



commit b68b2ec65e12f606e754f04614176347c95078ed
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Fri Aug 19 15:38:15 2016 +0800

    Rename --with-libgtop-examples to --with-examples
    
    This makes what commit 598374b wanted to do really work. The 9-year-old
    commit was intented to rename the option, but it modified the help string
    without changing the first argument of AC_ARG_WITH.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770165

 libgtop-sysdeps.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgtop-sysdeps.m4 b/libgtop-sysdeps.m4
index 9239251..421af0c 100644
--- a/libgtop-sysdeps.m4
+++ b/libgtop-sysdeps.m4
@@ -13,7 +13,7 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
        AC_SUBST(libgtop_sysdeps_dir)
        AC_SUBST(libgtop_need_server)
 
-       AC_ARG_WITH(libgtop-examples,
+       AC_ARG_WITH(examples,
        AS_HELP_STRING([--with-examples],
        [Build the libgtop examples @<:@default=yes@:>@]),[
        build_examples="$withval"], [build_examples=yes])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]