From 28769383c02471e09c370d79636810b27cf0cb1b Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 21 Jun 2001 15:37:23 +0000 Subject: fix to include the CFLAGS for extra libraries 2001-06-20 Havoc Pennington * gnome.m4: fix to include the CFLAGS for extra libraries svn path=/trunk/; revision=10355 --- macros/gnome.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'macros/gnome.m4') 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 ]) -- cgit v1.2.3