diff options
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`" |