summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/grc_ezdop.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/config/grc_ezdop.m4 b/config/grc_ezdop.m4
index d6b8a8db5..33d036834 100644
--- a/config/grc_ezdop.m4
+++ b/config/grc_ezdop.m4
@@ -33,6 +33,9 @@ AC_DEFUN([GRC_EZDOP],[
passed=yes
+ # See ticket:96 in trac
+ AM_PROG_CC_C_O
+
# Firmware build requires Atmel AVR microcontroller port of GCC
AC_PATH_PROG([AVRGCC], [avr-gcc -v], [no])
if test x$AVRGCC = xno; then