summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@src.gnome.org>1998-11-03 12:47:28 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>1998-11-03 12:47:28 +0000
commitcd31085a25bd0f1d064c285e3260856e426df754 (patch)
treed1f3ceed4db88e698cef5512493f54109fa4496d
parentc35d1e08cbb33be50681da0dfa2b865a354c3dec (diff)
downloadgnome-common-cd31085a25bd0f1d064c285e3260856e426df754.tar.gz
use the ORBit-supplied name service stubs (in lib -lORBitCosNaming)
instead of compiling them again. svn path=/trunk/; revision=462
-rw-r--r--macros/gnome-orbit-check.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-orbit-check.m4 b/macros/gnome-orbit-check.m4
index 71faacd..c2cb9c8 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)