summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2023-02-11 15:03:07 +0000
committerDenis Ovsienko <denis@ovsienko.info>2023-02-11 15:03:07 +0000
commit913ee830b5fbe0b8210ac6994a04ea461ef84a26 (patch)
treecee96a601d2b443569193707e7730e1dda2cece9
parentd376f6565bdd3d50256e48b7765c234493c26877 (diff)
downloadlibpcap-913ee830b5fbe0b8210ac6994a04ea461ef84a26.tar.gz
Autoconf: Do not try shlicc2 on BSD/OS. [skip ci]
(same as in tcpslice)
-rw-r--r--aclocal.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index ebb8fb6b..1b801177 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -48,18 +48,6 @@ AC_DEFUN(AC_LBL_C_INIT_BEFORE_CC,
if test "${CFLAGS+set}" = set; then
LBL_CFLAGS="$CFLAGS"
fi
- if test -z "$CC" ; then
- case "$host_os" in
-
- bsdi*)
- AC_CHECK_PROG(SHLICC2, shlicc2, yes, no)
- if test $SHLICC2 = yes ; then
- CC=shlicc2
- export CC
- fi
- ;;
- esac
- fi
if test -z "$CC" -a "$with_gcc" = no ; then
CC=cc
export CC