@@ -147,17 +147,6 @@ if test "$enable_graphics" = "no"; then
147
147
AM_CONDITIONAL([GRAPHICS_DISABLED], true)
148
148
fi
149
149
150
- # Check if cube should be disabled
151
- AC_MSG_CHECKING([whether to disable cube])
152
- AC_ARG_ENABLE([cube],
153
- [AC_HELP_STRING([--disable-cube], [don' t build cube support (experimental)])],
154
- [disable_cube="yes"], [disable_cube="no"])
155
- AC_MSG_RESULT([$disable_cube])
156
- AM_CONDITIONAL([NO_CUBE_BUILD], [test "$disable_cube" = "yes"])
157
- if test "$disable_cube" = "yes"; then
158
- AM_CPPFLAGS="-DNO_CUBE_BUILD $AM_CPPFLAGS"
159
- fi
160
-
161
150
# check whether to build embedded version
162
151
AC_MSG_CHECKING([--enable-embedded argument])
163
152
AC_ARG_ENABLE([embedded],
@@ -531,11 +520,9 @@ AC_CONFIG_FILES([opencl/Makefile])
531
520
AC_CONFIG_FILES([ccstruct/Makefile])
532
521
AC_CONFIG_FILES([ccutil/Makefile])
533
522
AC_CONFIG_FILES([classify/Makefile])
534
- AC_CONFIG_FILES([cube/Makefile])
535
523
AC_CONFIG_FILES([cutil/Makefile])
536
524
AC_CONFIG_FILES([dict/Makefile])
537
525
AC_CONFIG_FILES([lstm/Makefile])
538
- AC_CONFIG_FILES([neural_networks/runtime/Makefile])
539
526
AC_CONFIG_FILES([textord/Makefile])
540
527
AC_CONFIG_FILES([viewer/Makefile])
541
528
AC_CONFIG_FILES([wordrec/Makefile])
0 commit comments