@@ -402,10 +402,6 @@ AC_ARG_ENABLE([remote-bitbang],
402402 AS_HELP_STRING ( [ --enable-remote-bitbang] , [ Enable building support for the Remote Bitbang driver] ) ,
403403 [ build_remote_bitbang=$enableval] , [ build_remote_bitbang=yes] )
404404
405- AC_ARG_ENABLE ( [ syntacore-extensions] ,
406- AS_HELP_STRING ( [ --enable-syntacore-extensions] , [ Enable Syntacore extensions.] ) ,
407- [ syntacore_extensions=$enableval] , [ syntacore_extensions=no] )
408-
409405AS_CASE ( [ "${host_cpu}"] ,
410406 [ i?86|x86*] , [ ] ,
411407 [
@@ -649,13 +645,6 @@ AS_IF([test "x$enable_capstone" == xno], [
649645 AC_DEFINE ( [ HAVE_CAPSTONE] , [ 0] , [ 0 if you don't have Capstone disassembly framework.] )
650646] )
651647
652- AS_IF ( [ test "x$enable_syntacore_extensions" = xyes] , [
653- PKG_CHECK_MODULES([ JANSSON] , [ jansson] )
654- AC_DEFINE ( [ SYNTACORE_EXTENSIONS] ,[ 1] , [ 1 if SYNTACORE_EXTENSIONS support is included.] )
655- ] , [
656- AC_DEFINE ( [ SYNTACORE_EXTENSIONS] ,[ 0] , [ 0 if SYNTACORE_EXTENSIONS support is excluded.] )
657- ] )
658-
659648for hidapi_lib in hidapi hidapi-hidraw hidapi-libusb; do
660649 PKG_CHECK_MODULES([ HIDAPI] ,[ $hidapi_lib] ,[
661650 use_hidapi=yes
@@ -746,7 +735,6 @@ AS_IF([test "x$enable_esp_usb_jtag" != "xno"], [
746735] )
747736
748737AM_CONDITIONAL([ RELEASE] , [ test "x$build_release" = "xyes"] )
749- AM_CONDITIONAL([ SYNTACORE_RELEASE] , [ test "x$build_syntacore_release" = "xyes"] )
750738AM_CONDITIONAL([ PARPORT] , [ test "x$build_parport" = "xyes"] )
751739AM_CONDITIONAL([ GIVEIO] , [ test "x$parport_use_giveio" = "xyes"] )
752740AM_CONDITIONAL([ EP93XX] , [ test "x$build_ep93xx" = "xyes"] )
@@ -776,8 +764,6 @@ AM_CONDITIONAL([RSHIM], [test "x$build_rshim" = "xyes"])
776764AM_CONDITIONAL([ DMEM] , [ test "x$build_dmem" = "xyes"] )
777765AM_CONDITIONAL([ HAVE_CAPSTONE] , [ test "x$enable_capstone" != "xno"] )
778766
779- AM_CONDITIONAL([ SYNTACORE_EXTENSIONS] , [ test "x$enable_syntacore_extensions" = "xyes"] )
780-
781767AM_CONDITIONAL([ HAVE_JIMTCL_PKG_CONFIG] , [ test "x$have_jimtcl_pkg_config" = "xyes"] )
782768
783769AM_CONDITIONAL([ USE_GCOV] , [ test "x$enable_gcov" = "xyes"] )
0 commit comments