Browse Source

configure: Build work2d code for avalon2

Luke Dashjr 12 years ago
parent
commit
4cd3f17279
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -565,6 +565,7 @@ AC_ARG_ENABLE([avalon2],
 if test "x$avalon2" = xyes; then
 if test "x$avalon2" = xyes; then
 	AC_DEFINE([USE_AVALON2], [1], [Defined to 1 if Avalon2 support is wanted])
 	AC_DEFINE([USE_AVALON2], [1], [Defined to 1 if Avalon2 support is wanted])
 	need_lowl_vcom=yes
 	need_lowl_vcom=yes
+	need_work2d=yes
 	has_asic=yes
 	has_asic=yes
 fi
 fi
 AM_CONDITIONAL([HAS_AVALON2], [test x$avalon2 = xyes])
 AM_CONDITIONAL([HAS_AVALON2], [test x$avalon2 = xyes])