summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2009-01-29 02:11:26 +0000
committerpjrm <pjrm@users.sourceforge.net>2009-01-29 02:11:26 +0000
commitf4c84e8fceea94e9f2b9f766582293ee9cf1b1ab (patch)
tree6a06c5f2790082ce39b61ff86901f206ac5bc944
parentset waiting cursor while loading a file (diff)
downloadinkscape-f4c84e8fceea94e9f2b9f766582293ee9cf1b1ab.tar.gz
inkscape-f4c84e8fceea94e9f2b9f766582293ee9cf1b1ab.zip
configure.ac: Fix syntax error introduced in r20243.
(bzr r7204)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index edbb583eb..fb430b248 100644
--- a/configure.ac
+++ b/configure.ac
@@ -207,7 +207,7 @@ AC_CHECK_HEADERS([gc.h gc/gc.h],
break], [gc_ok=no], [$gc_libs])
break],
[gc_ok=no])
-if test "x$gc_ok" = "xyes" && "x$cross_compiling" = "xno" ; then
+if test "x$gc_ok" = "xyes" && test "x$cross_compiling" = "xno" ; then
AC_MSG_CHECKING([libgc version 6.4+])
AC_RUN_IFELSE(
[AC_LANG_SOURCE([[