new toolchain for STM32L is in /usr/bin, not /opt/cortex/bin
[fw/altos] / configure.ac
index 312b2a86d2b85744d5257def88ee605e63475583..8f840cb29a0437b91e7e08cfc08e9bbf16ad6048 100644 (file)
@@ -18,7 +18,7 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.57)
-AC_INIT([altos], 1.2.9.1)
+AC_INIT([altos], 1.2.9.2)
 AC_CONFIG_SRCDIR([src/core/ao.h])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
@@ -185,7 +185,7 @@ if test "x$HAVE_SDCC" = "xno"; then
        AC_MSG_WARN([No sdcc found, cc1111 binaries will not be built])
 fi
 
-AC_CHECK_PROG([HAVE_ARM_GCC],[arm-none-eabi-gcc], yes, no,[/opt/cortex/bin])
+AC_CHECK_PROG([HAVE_ARM_GCC],[arm-none-eabi-gcc], yes, no,[/usr/bin])
 if test "x$HAVE_ARM_GCC" = "xno"; then
        AC_MSG_WARN([No summon toolchain arm compiler found, STM32L binaries will not be built])
 fi