summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d26b39bc..85880dc8 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
])