summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-02 20:59:38 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-02 21:31:43 -0400
commit2823ebaa6e0a14c4270ec973467fc0f76dc34fd5 (patch)
treea08e2aafc20a4c0618096683d64f8fe1cd521847 /configure.in
parent59262577708ddb656851624377efb2a671fa8ca3 (diff)
[src/check-link.c] Simple test to check we can link to the built cairo.so
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index bcd74cfd..f2612670 100644
--- a/configure.in
+++ b/configure.in
@@ -81,6 +81,7 @@ AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL dnl required version (1.4) DON'T REMOVE!
AC_STDC_HEADERS
AC_C_INLINE
+AM_CONDITIONAL(CROSS_COMPILING, test "x$cross_compiling" = "xyes")
case $host_os in
darwin*)