From: pjrm Date: Thu, 29 Jan 2009 02:11:26 +0000 (+0000) Subject: configure.ac: Fix syntax error introduced in r20243. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=98006403db426fe32beed599012983e91e1f1880;p=inkscape.git configure.ac: Fix syntax error introduced in r20243. --- 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([[