aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/gnome.m4')
-rw-r--r--macros/gnome.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/gnome.m4 b/macros/gnome.m4
index 659c22c494..2d23de8772 100644
--- a/macros/gnome.m4
+++ b/macros/gnome.m4
@@ -115,6 +115,8 @@ AC_DEFUN([GNOME_INIT_HOOK],[
*)
AC_MSG_RESULT(unknown library)
esac
+ EXTRA_INCLUDEDIR=`$GNOME_CONFIG --cflags $i`
+ GNOME_INCLUDEDIR="$GNOME_INCLUDEDIR $EXTRA_INCLUDEDIR"
done
fi
])