summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2010-05-28 09:18:17 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-05-28 09:18:17 +0200
commit2a7c4d53cf6f6fd6a8cad0052c7d8cc7468d3a73 (patch)
treebd490620613552f442db5c682dc6d7bd5d3c0408
parentb6c7242c94501e8f14fdf4529863645ac0bcd69a (diff)
downloadgconf-2a7c4d53cf6f6fd6a8cad0052c7d8cc7468d3a73.tar.gz
Allow external orbit-idl-2 compiler for cross-compiling for instance
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9793e5d4..f8683255 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)