[gconf/gdbus] Allow external orbit-idl-2 compiler for cross-compiling for instance
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gconf/gdbus] Allow external orbit-idl-2 compiler for cross-compiling for instance
- Date: Fri, 28 May 2010 08:52:17 +0000 (UTC)
commit 5075802627ebf80c8dd1cffddf9db92bb1608f50
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date: Fri May 28 09:18:17 2010 +0200
Allow external orbit-idl-2 compiler for cross-compiling for instance
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index fae0c53..e80fe12 100644
--- a/configure.in
+++ b/configure.in
@@ -228,7 +228,7 @@ fi
AM_CONDITIONAL(ENABLE_GSETTINGS_BACKEND, [test "x$enable_gsettings_backend" = "xyes"])
-ORBIT_IDL="`$PKG_CONFIG --variable=orbit_idl ORBit-2.0`"
+test x$ORBIT_IDL = x && ORBIT_IDL="`$PKG_CONFIG --variable=orbit_idl ORBit-2.0`"
AC_SUBST(ORBIT_IDL)
AC_CHECK_HEADER(pthread.h, have_pthreads=yes)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]