aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-09-18 13:12:37 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-09-18 13:12:37 +0800
commitc6af8ca0738b553b31e77e24c01a462235dc8148 (patch)
tree8067f4edcc4115053f2cdd9997588f981e2259a6
parente0138f30b3e36733ca442c2931d28879e9562c62 (diff)
downloadgsoc2013-evolution-c6af8ca0738b553b31e77e24c01a462235dc8148.tar
gsoc2013-evolution-c6af8ca0738b553b31e77e24c01a462235dc8148.tar.gz
gsoc2013-evolution-c6af8ca0738b553b31e77e24c01a462235dc8148.tar.bz2
gsoc2013-evolution-c6af8ca0738b553b31e77e24c01a462235dc8148.tar.lz
gsoc2013-evolution-c6af8ca0738b553b31e77e24c01a462235dc8148.tar.xz
gsoc2013-evolution-c6af8ca0738b553b31e77e24c01a462235dc8148.tar.zst
gsoc2013-evolution-c6af8ca0738b553b31e77e24c01a462235dc8148.zip
Make libgnorba part of the build procedure. Fix the wrong gnome-popup-menu
Make libgnorba part of the build procedure. Fix the wrong gnome-popup-menu commit. Miguel. svn path=/trunk/; revision=382
-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