]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Autoconf: Do not try shlicc2 on BSD/OS. [skip ci]
authorDenis Ovsienko <[email protected]>
Sat, 11 Feb 2023 16:53:04 +0000 (16:53 +0000)
committerDenis Ovsienko <[email protected]>
Sat, 11 Feb 2023 16:53:04 +0000 (16:53 +0000)
(same as in tcpslice and libpcap)

aclocal.m4

index 448ab60adf72481425f32c3862afc9145d5dde1a..7cca1fde5c5dfd25cd0b6f0befe115558bc02ce3 100644 (file)
@@ -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