From eb77c468024766c8ebbbe3c7553cb9786bdfc426 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 11 Oct 1998 11:57:55 +0000 Subject: Added optional third parameter which is the `script-if-enabled' parameter 1998-10-11 Martin Baulig * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Added optional third parameter which is the `script-if-enabled' parameter of the GNOME_LIBGTOP_HOOOK. svn path=/trunk/; revision=439 --- macros/gnome-libgtop-check.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/gnome-libgtop-check.m4') diff --git a/macros/gnome-libgtop-check.m4 b/macros/gnome-libgtop-check.m4 index 8810a3d94c..1def32734f 100644 --- a/macros/gnome-libgtop-check.m4 +++ b/macros/gnome-libgtop-check.m4 @@ -151,5 +151,5 @@ AC_DEFUN([GNOME_LIBGTOP_HOOK], ]) AC_DEFUN([GNOME_INIT_LIBGTOP],[ - GNOME_LIBGTOP_HOOK($1,[],$2) + GNOME_LIBGTOP_HOOK($1,[ifelse([$3], [], :, [$3])],$2) ]) -- cgit v1.2.3