diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1998-09-18 05:19:49 +0800 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1998-09-18 05:19:49 +0800 |
commit | e0138f30b3e36733ca442c2931d28879e9562c62 (patch) | |
tree | ad8315e842c31799e021f35758ba3b9c2fc4eade /macros/gnome-orbit-check.m4 | |
parent | 3f33d7766a0065880e5c611f58e29af40727bf44 (diff) | |
download | gsoc2013-evolution-e0138f30b3e36733ca442c2931d28879e9562c62.tar gsoc2013-evolution-e0138f30b3e36733ca442c2931d28879e9562c62.tar.gz gsoc2013-evolution-e0138f30b3e36733ca442c2931d28879e9562c62.tar.bz2 gsoc2013-evolution-e0138f30b3e36733ca442c2931d28879e9562c62.tar.lz gsoc2013-evolution-e0138f30b3e36733ca442c2931d28879e9562c62.tar.xz gsoc2013-evolution-e0138f30b3e36733ca442c2931d28879e9562c62.tar.zst gsoc2013-evolution-e0138f30b3e36733ca442c2931d28879e9562c62.zip |
GNOME_ORBIT_CHECK now defines ORBIT_LIBS and ORBIT_INCLUDES
svn path=/trunk/; revision=381
Diffstat (limited to 'macros/gnome-orbit-check.m4')
-rw-r--r-- | macros/gnome-orbit-check.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/gnome-orbit-check.m4 b/macros/gnome-orbit-check.m4 index d26b39bc3a..85880dc8bb 100644 --- a/macros/gnome-orbit-check.m4 +++ b/macros/gnome-orbit-check.m4 @@ -12,6 +12,10 @@ AC_DEFUN([GNOME_ORBIT_HOOK],[ fi else $1 + ORBIT_INCLUDES=`orbit-config --cflags client server` + ORBIT_LIBS=`orbit-config --libs client server` + AC_SUBST(ORBIT_INCLUDES) + AC_SUBST(ORBIT_LIBS) AC_DEFINE(HAVE_ORBIT) fi ]) |