aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/gnome-orbit-check.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/gnome-orbit-check.m4 b/macros/gnome-orbit-check.m4
index 85880dc8bb..95f4eaa8e5 100644
--- a/macros/gnome-orbit-check.m4
+++ b/macros/gnome-orbit-check.m4
@@ -12,9 +12,9 @@ AC_DEFUN([GNOME_ORBIT_HOOK],[
fi
else
$1
- ORBIT_INCLUDES=`orbit-config --cflags client server`
+ ORBIT_CFLAGS=`orbit-config --cflags client server`
ORBIT_LIBS=`orbit-config --libs client server`
- AC_SUBST(ORBIT_INCLUDES)
+ AC_SUBST(ORBIT_CFLAGS)
AC_SUBST(ORBIT_LIBS)
AC_DEFINE(HAVE_ORBIT)
fi