diff options
author | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 1998-11-03 20:47:28 +0800 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 1998-11-03 20:47:28 +0800 |
commit | ccdc954dd0aacebd2e36c811e44c65cb43cff7d6 (patch) | |
tree | 05b621e933e40a387a469cb65d8b7147e94d0536 | |
parent | 2d3528b30733d033d8da9f2f3eb27c364fa5923b (diff) | |
download | gsoc2013-evolution-ccdc954dd0aacebd2e36c811e44c65cb43cff7d6.tar gsoc2013-evolution-ccdc954dd0aacebd2e36c811e44c65cb43cff7d6.tar.gz gsoc2013-evolution-ccdc954dd0aacebd2e36c811e44c65cb43cff7d6.tar.bz2 gsoc2013-evolution-ccdc954dd0aacebd2e36c811e44c65cb43cff7d6.tar.lz gsoc2013-evolution-ccdc954dd0aacebd2e36c811e44c65cb43cff7d6.tar.xz gsoc2013-evolution-ccdc954dd0aacebd2e36c811e44c65cb43cff7d6.tar.zst gsoc2013-evolution-ccdc954dd0aacebd2e36c811e44c65cb43cff7d6.zip |
use the ORBit-supplied name service stubs (in lib -lORBitCosNaming)
instead of compiling them again.
svn path=/trunk/; revision=461
-rw-r--r-- | macros/gnome-orbit-check.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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) |