diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-09-18 13:12:37 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-09-18 13:12:37 +0800 |
commit | c6af8ca0738b553b31e77e24c01a462235dc8148 (patch) | |
tree | 8067f4edcc4115053f2cdd9997588f981e2259a6 /macros/gnome-orbit-check.m4 | |
parent | e0138f30b3e36733ca442c2931d28879e9562c62 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'macros/gnome-orbit-check.m4')
-rw-r--r-- | macros/gnome-orbit-check.m4 | 4 |
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 |