From: Pierre-Marc Fournier Date: Wed, 7 Oct 2009 21:45:40 +0000 (-0400) Subject: fix api.h generation on x86 and powerpc X-Git-Tag: v0.2.3~28 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=40646e1ec30a2fa5d289175643c1d1343e2f9b77 fix api.h generation on x86 and powerpc Signed-off-by: Pierre-Marc Fournier Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 20dd5e4..348eda0 100644 --- a/configure.ac +++ b/configure.ac @@ -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([