From c6af8ca0738b553b31e77e24c01a462235dc8148 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Fri, 18 Sep 1998 05:12:37 +0000 Subject: 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 --- macros/gnome-orbit-check.m4 | 4 ++-- 1 file 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 -- cgit v1.2.3