fix api.h generation on x86 and powerpc
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 7 Oct 2009 21:45:40 +0000 (17:45 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 7 Oct 2009 21:45:40 +0000 (17:45 -0400)
Signed-off-by: Pierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
configure.ac

index 20dd5e4a4a0184ea7c6d5546cad5e2eb31e000ce..348eda03c75905218d13570e581bbab950a7c056 100644 (file)
@@ -43,7 +43,7 @@ if test "$ARCHTYPE" = "unknown"; then
 fi
 AC_SUBST(ARCHTYPE)
 
-AM_CONDITIONAL([GCC_API], [test "x@ARCHTYPE@" != xx86 -a "x@ARCHTYPE@" != xppc])
+AM_CONDITIONAL([GCC_API], [test "x$ARCHTYPE" != xx86 -a "x$ARCHTYPE" != xppc])
 
 
 AC_CONFIG_FILES([
This page took 0.025272 seconds and 4 git commands to generate.