diff options
author | Havoc Pennington <hp@redhat.com> | 2001-06-21 23:37:23 +0800 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-06-21 23:37:23 +0800 |
commit | 28769383c02471e09c370d79636810b27cf0cb1b (patch) | |
tree | 5640e1e15e1f9b149b24b45775c80d0caffdf10f | |
parent | 7788ce865394298b80e6e54627351ea62e72026c (diff) | |
download | gsoc2013-evolution-28769383c02471e09c370d79636810b27cf0cb1b.tar gsoc2013-evolution-28769383c02471e09c370d79636810b27cf0cb1b.tar.gz gsoc2013-evolution-28769383c02471e09c370d79636810b27cf0cb1b.tar.bz2 gsoc2013-evolution-28769383c02471e09c370d79636810b27cf0cb1b.tar.lz gsoc2013-evolution-28769383c02471e09c370d79636810b27cf0cb1b.tar.xz gsoc2013-evolution-28769383c02471e09c370d79636810b27cf0cb1b.tar.zst gsoc2013-evolution-28769383c02471e09c370d79636810b27cf0cb1b.zip |
fix to include the CFLAGS for extra libraries
2001-06-20 Havoc Pennington <hp@redhat.com>
* gnome.m4: fix to include the CFLAGS for extra libraries
svn path=/trunk/; revision=10355
-rw-r--r-- | macros/ChangeLog | 4 | ||||
-rw-r--r-- | macros/gnome.m4 | 2 |
2 files changed, 6 insertions, 0 deletions
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 <hp@redhat.com> + + * gnome.m4: fix to include the CFLAGS for extra libraries + 2001-06-13 Pavel Roskin <proski@gnu.org> * 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 ]) |