From ccdc954dd0aacebd2e36c811e44c65cb43cff7d6 Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Tue, 3 Nov 1998 12:47:28 +0000 Subject: use the ORBit-supplied name service stubs (in lib -lORBitCosNaming) instead of compiling them again. svn path=/trunk/; revision=461 --- macros/gnome-orbit-check.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros') diff --git a/macros/gnome-orbit-check.m4 b/macros/gnome-orbit-check.m4 index 71faacdbae..c2cb9c8e41 100644 --- a/macros/gnome-orbit-check.m4 +++ b/macros/gnome-orbit-check.m4 @@ -14,7 +14,7 @@ AC_DEFUN([GNOME_ORBIT_HOOK],[ else $1 ORBIT_CFLAGS=`orbit-config --cflags client server` - ORBIT_LIBS=`orbit-config --libs client server` + ORBIT_LIBS=`orbit-config --use-service=name --libs client server` AC_SUBST(ORBIT_CFLAGS) AC_SUBST(ORBIT_LIBS) AC_DEFINE(HAVE_ORBIT) -- cgit v1.2.3