From b68b2ec65e12f606e754f04614176347c95078ed Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Fri, 19 Aug 2016 15:38:15 +0800 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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])