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/ChangeLog | 4 ++++ macros/gnome.m4 | 2 ++ 2 files changed, 6 insertions(+) (limited to 'macros') diff --git a/macros/ChangeLog b/macros/ChangeLog index f8274d4477..30a89439d8 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,7 @@ +2001-06-20 Havoc Pennington + + * gnome.m4: fix to include the CFLAGS for extra libraries + 2001-06-13 Pavel Roskin * gnome-fileutils.m4: Always explicitly declare main() with the 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