aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1998-09-18 05:19:49 +0800
committerElliot Lee <sopwith@src.gnome.org>1998-09-18 05:19:49 +0800
commite0138f30b3e36733ca442c2931d28879e9562c62 (patch)
treead8315e842c31799e021f35758ba3b9c2fc4eade
parent3f33d7766a0065880e5c611f58e29af40727bf44 (diff)
downloadgsoc2013-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
-rw-r--r--macros/gnome-orbit-check.m44
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
])