remove dependency on autotools 2.63 (unneeded)
[urcu.git] / configure.ac
index 20dd5e4a4a0184ea7c6d5546cad5e2eb31e000ce..3fc9acd3f597daf3a985eb21509acb44ddbdc03c 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_PREREQ([2.63])
+#AC_PREREQ([2.63])
 AC_INIT([userspace-rcu], [0.2.2], [mathieu dot desnoyers at polymtl dot ca])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_MACRO_DIR([m4])
@@ -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.022506 seconds and 4 git commands to generate.