commit 547dcc15259f83daf203c358e41119367e93e228 from: Omar Polo date: Mon Jan 08 11:43:58 2024 UTC configure: remove test for asr_run commit - 4218a91427112341e9ba1c55bf6da3b7c2ff7e29 commit + 547dcc15259f83daf203c358e41119367e93e228 blob - af46cdcad90bb844b5b4e6aada23c823a20bb61e blob + 8f87d826f804580e5a227eda89f02ddfdf3a484d --- configure +++ configure @@ -133,7 +133,6 @@ echo "config.log: writing..." COMPATS= HAVE_ACCEPT4= -HAVE_ASR_RUN= HAVE_ERR= HAVE_FREEZERO= HAVE_GETDTABLECOUNT= @@ -264,7 +263,6 @@ if ! singletest WAIT_ANY WAIT_ANY; then fi runtest accept4 ACCEPT4 -D_GNU_SOURCE || true -runtest asr_run ASR_RUN "" "-lasr" || true runtest err ERR || true runtest freezero FREEZERO || true runtest getdtablecount GETDTABLECOUNT || true @@ -297,12 +295,6 @@ if [ "${HAVE_ACCEPT4}" -eq 0 ]; then exit 1 fi -if [ "${HAVE_ASR_RUN}" -eq 0 ]; then - echo "Fatal: missing libasr" >&2 - echo "Fatal: missing libasr" >&3 - exit 1 -fi - if [ "${HAVE_LIBEVENT}" -eq 0 ]; then echo "Fatal: missing libevent" >&2 echo "Fatal: missing libevent" >&3 @@ -343,7 +335,6 @@ cat <