@@ -536,9 +536,6 @@ AC_ARG_ENABLE([perf_local],
536536AM_CONDITIONAL([ ENABLE_PERF_LOCAL] , [ test x$enable_perf_local != xno] )
537537AM_COND_IF([ ENABLE_PERF_LOCAL] , [ AC_MSG_NOTICE ( [ ENABLE_PERF_LOCAL defined] ) ] )
538538
539- AM_CONDITIONAL([ ENABLE_ZYRE_SELFTEST] , [ test x$enable_zyre_selftest != xno] )
540- AM_COND_IF([ ENABLE_ZYRE_SELFTEST] , [ AC_MSG_NOTICE ( [ ENABLE_ZYRE_SELFTEST defined] ) ] )
541-
542539# Check for perf_remote intent
543540AC_ARG_ENABLE ( [ perf_remote] ,
544541 AS_HELP_STRING ( [ --enable-perf_remote] ,
@@ -549,9 +546,6 @@ AC_ARG_ENABLE([perf_remote],
549546AM_CONDITIONAL([ ENABLE_PERF_REMOTE] , [ test x$enable_perf_remote != xno] )
550547AM_COND_IF([ ENABLE_PERF_REMOTE] , [ AC_MSG_NOTICE ( [ ENABLE_PERF_REMOTE defined] ) ] )
551548
552- AM_CONDITIONAL([ ENABLE_ZYRE_SELFTEST] , [ test x$enable_zyre_selftest != xno] )
553- AM_COND_IF([ ENABLE_ZYRE_SELFTEST] , [ AC_MSG_NOTICE ( [ ENABLE_ZYRE_SELFTEST defined] ) ] )
554-
555549# Check for zpinger intent
556550AC_ARG_ENABLE ( [ zpinger] ,
557551 AS_HELP_STRING ( [ --enable-zpinger] ,
@@ -562,9 +556,6 @@ AC_ARG_ENABLE([zpinger],
562556AM_CONDITIONAL([ ENABLE_ZPINGER] , [ test x$enable_zpinger != xno] )
563557AM_COND_IF([ ENABLE_ZPINGER] , [ AC_MSG_NOTICE ( [ ENABLE_ZPINGER defined] ) ] )
564558
565- AM_CONDITIONAL([ ENABLE_ZYRE_SELFTEST] , [ test x$enable_zyre_selftest != xno] )
566- AM_COND_IF([ ENABLE_ZYRE_SELFTEST] , [ AC_MSG_NOTICE ( [ ENABLE_ZYRE_SELFTEST defined] ) ] )
567-
568559# Check for ztester_beacon intent
569560AC_ARG_ENABLE ( [ ztester_beacon] ,
570561 AS_HELP_STRING ( [ --enable-ztester_beacon] ,
@@ -575,9 +566,6 @@ AC_ARG_ENABLE([ztester_beacon],
575566AM_CONDITIONAL([ ENABLE_ZTESTER_BEACON] , [ test x$enable_ztester_beacon != xno] )
576567AM_COND_IF([ ENABLE_ZTESTER_BEACON] , [ AC_MSG_NOTICE ( [ ENABLE_ZTESTER_BEACON defined] ) ] )
577568
578- AM_CONDITIONAL([ ENABLE_ZYRE_SELFTEST] , [ test x$enable_zyre_selftest != xno] )
579- AM_COND_IF([ ENABLE_ZYRE_SELFTEST] , [ AC_MSG_NOTICE ( [ ENABLE_ZYRE_SELFTEST defined] ) ] )
580-
581569# Check for ztester_gossip intent
582570AC_ARG_ENABLE ( [ ztester_gossip] ,
583571 AS_HELP_STRING ( [ --enable-ztester_gossip] ,
@@ -588,9 +576,6 @@ AC_ARG_ENABLE([ztester_gossip],
588576AM_CONDITIONAL([ ENABLE_ZTESTER_GOSSIP] , [ test x$enable_ztester_gossip != xno] )
589577AM_COND_IF([ ENABLE_ZTESTER_GOSSIP] , [ AC_MSG_NOTICE ( [ ENABLE_ZTESTER_GOSSIP defined] ) ] )
590578
591- AM_CONDITIONAL([ ENABLE_ZYRE_SELFTEST] , [ test x$enable_zyre_selftest != xno] )
592- AM_COND_IF([ ENABLE_ZYRE_SELFTEST] , [ AC_MSG_NOTICE ( [ ENABLE_ZYRE_SELFTEST defined] ) ] )
593-
594579# Check for zyre_selftest intent
595580AC_ARG_ENABLE ( [ zyre_selftest] ,
596581 AS_HELP_STRING ( [ --enable-zyre_selftest] ,
@@ -601,9 +586,6 @@ AC_ARG_ENABLE([zyre_selftest],
601586AM_CONDITIONAL([ ENABLE_ZYRE_SELFTEST] , [ test x$enable_zyre_selftest != xno] )
602587AM_COND_IF([ ENABLE_ZYRE_SELFTEST] , [ AC_MSG_NOTICE ( [ ENABLE_ZYRE_SELFTEST defined] ) ] )
603588
604- AM_CONDITIONAL([ ENABLE_ZYRE_SELFTEST] , [ test x$enable_zyre_selftest != xno] )
605- AM_COND_IF([ ENABLE_ZYRE_SELFTEST] , [ AC_MSG_NOTICE ( [ ENABLE_ZYRE_SELFTEST defined] ) ] )
606-
607589# Checks for library functions.
608590AC_TYPE_SIGNAL
609591AC_CHECK_FUNCS ( perror gettimeofday memset getifaddrs )
0 commit comments