summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw@src.gnome.org>2016-08-19 15:38:15 +0800
committerRobert Roth <robert.roth.off@gmail.com>2016-08-20 16:46:15 +0300
commitb68b2ec65e12f606e754f04614176347c95078ed (patch)
tree8b44e6ebb11735b308b453479f01fdd27ad434fc
parent1a8d18a17f8cbde590c5f597f7bb3c072d260bda (diff)
downloadlibgtop-b68b2ec65e12f606e754f04614176347c95078ed.tar.gz
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
-rw-r--r--libgtop-sysdeps.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libgtop-sysdeps.m4 b/libgtop-sysdeps.m4
index 92392512..421af0c0 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])