diff options
author | James Henstridge <james@daa.com.au> | 1998-11-20 19:14:02 +0800 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 1998-11-20 19:14:02 +0800 |
commit | 56fc08a7e5d5b1ed1415bc0f77b5ed081b221c13 (patch) | |
tree | e942bfecdce2262d5532228089d0ce3b5ba814da /macros/gnome.m4 | |
parent | fba1c5dffe3bebc6d3a3dd60d51857834837bb0a (diff) | |
download | gsoc2013-evolution-56fc08a7e5d5b1ed1415bc0f77b5ed081b221c13.tar gsoc2013-evolution-56fc08a7e5d5b1ed1415bc0f77b5ed081b221c13.tar.gz gsoc2013-evolution-56fc08a7e5d5b1ed1415bc0f77b5ed081b221c13.tar.bz2 gsoc2013-evolution-56fc08a7e5d5b1ed1415bc0f77b5ed081b221c13.tar.lz gsoc2013-evolution-56fc08a7e5d5b1ed1415bc0f77b5ed081b221c13.tar.xz gsoc2013-evolution-56fc08a7e5d5b1ed1415bc0f77b5ed081b221c13.tar.zst gsoc2013-evolution-56fc08a7e5d5b1ed1415bc0f77b5ed081b221c13.zip |
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=480
Diffstat (limited to 'macros/gnome.m4')
-rw-r--r-- | macros/gnome.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome.m4 b/macros/gnome.m4 index 6c9f90d8e1..4575a2419d 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`" |