summaryrefslogtreecommitdiff
path: root/macros/gnome.m4
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>1998-11-20 11:14:02 +0000
committerJames Henstridge <jamesh@src.gnome.org>1998-11-20 11:14:02 +0000
commit85c18cf41e760d3b9326e222c628155824836bca (patch)
treeede15eaa79961683f8d1b9b509987535f83661e4 /macros/gnome.m4
parent337736f6af35f64abadcc17090b2575f65f595be (diff)
downloadgnome-common-85c18cf41e760d3b9326e222c628155824836bca.tar.gz
Changed the call to GNOME_GNORBA_CHECK to GNOME_GNORBA_HOOK([],$2). Before
1998-11-20 James Henstridge <james@daa.com.au> * gnome.m4(GNOME_INIT_HOOK): Changed the call to GNOME_GNORBA_CHECK to GNOME_GNORBA_HOOK([],$2). Before if you specified that the macro should not exit on errors, and you didn't have ORBit, the script would fail anyway. svn path=/trunk/; revision=483
Diffstat (limited to 'macros/gnome.m4')
-rw-r--r--macros/gnome.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome.m4 b/macros/gnome.m4
index 6c9f90d..4575a24 100644
--- a/macros/gnome.m4
+++ b/macros/gnome.m4
@@ -21,7 +21,7 @@ AC_DEFUN([GNOME_INIT_HOOK],
AC_MSG_CHECKING(if $GNOME_CONFIG works)
if $GNOME_CONFIG --libs-only-l gnome >/dev/null 2>&1; then
AC_MSG_RESULT(yes)
- GNOME_GNORBA_CHECK
+ GNOME_GNORBA_HOOK([],$2)
GNOME_LIBS="`$GNOME_CONFIG --libs-only-l gnome`"
GNOMEUI_LIBS="`$GNOME_CONFIG --libs-only-l gnomeui`"
GNOMEGNORBA_LIBS="`$GNOME_CONFIG --libs-only-l gnorba gnomeui`"