diff options
Diffstat (limited to 'macros/gnome.m4')
-rw-r--r-- | macros/gnome.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/gnome.m4 b/macros/gnome.m4 index 9eac911ddd..bec690f397 100644 --- a/macros/gnome.m4 +++ b/macros/gnome.m4 @@ -25,6 +25,7 @@ AC_DEFUN([GNOME_INIT_HOOK], GTKXMHTML_LIBS="`$GNOME_CONFIG --libs-only-l gtkxmhtml`" GNOME_LIBDIR="`$GNOME_CONFIG --libs-only-L gnomeui`" GNOME_INCLUDEDIR="`$GNOME_CONFIG --cflags gnomeui`" + $1 else AC_MSG_RESULT(no) no_gnome_config="yes" |