@@ -857,10 +857,6 @@ CLANG
857857HAVE_LIBELF
858858libelf_LIBS
859859libelf_CFLAGS
860- libbpf_version
861- HAVE_LIBBPF
862- libbpf_LIBS
863- libbpf_CFLAGS
864860PMDA_BCC
865861have_python_influxdb
866862have_python_six
@@ -1089,8 +1085,6 @@ avahi_LIBS
10891085SYSTEMD_TMPFILESDIR
10901086SYSTEMD_SYSUSERSDIR
10911087SYSTEMD_SYSTEMUNITDIR
1092- libbpf_CFLAGS
1093- libbpf_LIBS
10941088libelf_CFLAGS
10951089libelf_LIBS
10961090CPP
@@ -1850,9 +1844,6 @@ Some influential environment variables:
18501844 value of sysusersdir for systemd, overriding pkg-config
18511845 SYSTEMD_SYSTEMUNITDIR
18521846 value of systemdsystemunitdir for systemd, overriding pkg-config
1853- libbpf_CFLAGS
1854- C compiler flags for libbpf, overriding pkg-config
1855- libbpf_LIBS linker flags for libbpf, overriding pkg-config
18561847 libelf_CFLAGS
18571848 C compiler flags for libelf, overriding pkg-config
18581849 libelf_LIBS linker flags for libelf, overriding pkg-config
@@ -6603,8 +6594,8 @@ printf "%s\n" "$ac_cv_path_EGREP" >&6; }
66036594 ac_cv_path_EGREP_TRADITIONAL=$EGREP
66046595
66056596
6606- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if static probes should be used" >&5
6607- printf %s "checking if static probes should be used... " >&6; }
6597+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if USDT probes should be used" >&5
6598+ printf %s "checking if USDT probes should be used... " >&6; }
66086599cat confdefs.h - <<_ACEOF >conftest.$ac_ext
66096600/* end confdefs.h. */
66106601
@@ -8927,91 +8918,6 @@ printf "%s\n" "yes" >&6; }; else { printf "%s\n" "$as_me:${as_lineno-$LINENO}: r
89278918printf "%s\n" "no" >&6; }; fi
89288919
89298920
8930- pkg_failed=no
8931- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libbpf >= 0.8.0" >&5
8932- printf %s "checking for libbpf >= 0.8.0... " >&6; }
8933-
8934- if test -n "$libbpf_CFLAGS"; then
8935- pkg_cv_libbpf_CFLAGS="$libbpf_CFLAGS"
8936- elif test -n "$PKG_CONFIG"; then
8937- if test -n "$PKG_CONFIG" && \
8938- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libbpf >= 0.8.0\""; } >&5
8939- ($PKG_CONFIG --exists --print-errors "libbpf >= 0.8.0") 2>&5
8940- ac_status=$?
8941- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8942- test $ac_status = 0; }; then
8943- pkg_cv_libbpf_CFLAGS=`$PKG_CONFIG --cflags "libbpf >= 0.8.0" 2>/dev/null`
8944- test "x$?" != "x0" && pkg_failed=yes
8945- else
8946- pkg_failed=yes
8947- fi
8948- else
8949- pkg_failed=untried
8950- fi
8951- if test -n "$libbpf_LIBS"; then
8952- pkg_cv_libbpf_LIBS="$libbpf_LIBS"
8953- elif test -n "$PKG_CONFIG"; then
8954- if test -n "$PKG_CONFIG" && \
8955- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libbpf >= 0.8.0\""; } >&5
8956- ($PKG_CONFIG --exists --print-errors "libbpf >= 0.8.0") 2>&5
8957- ac_status=$?
8958- printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8959- test $ac_status = 0; }; then
8960- pkg_cv_libbpf_LIBS=`$PKG_CONFIG --libs "libbpf >= 0.8.0" 2>/dev/null`
8961- test "x$?" != "x0" && pkg_failed=yes
8962- else
8963- pkg_failed=yes
8964- fi
8965- else
8966- pkg_failed=untried
8967- fi
8968-
8969-
8970-
8971- if test $pkg_failed = yes; then
8972- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8973- printf "%s\n" "no" >&6; }
8974-
8975- if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
8976- _pkg_short_errors_supported=yes
8977- else
8978- _pkg_short_errors_supported=no
8979- fi
8980- if test $_pkg_short_errors_supported = yes; then
8981- libbpf_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libbpf >= 0.8.0" 2>&1`
8982- else
8983- libbpf_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libbpf >= 0.8.0" 2>&1`
8984- fi
8985- # Put the nasty error message in config.log where it belongs
8986- echo "$libbpf_PKG_ERRORS" >&5
8987-
8988- have_libbpf=false
8989- elif test $pkg_failed = untried; then
8990- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
8991- printf "%s\n" "no" >&6; }
8992- have_libbpf=false
8993- else
8994- libbpf_CFLAGS=$pkg_cv_libbpf_CFLAGS
8995- libbpf_LIBS=$pkg_cv_libbpf_LIBS
8996- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8997- printf "%s\n" "yes" >&6; }
8998- have_libbpf=true
8999- fi
9000- HAVE_LIBBPF=$have_libbpf
9001-
9002- if $have_libbpf
9003- then :
9004-
9005- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking libbpf version" >&5
9006- printf %s "checking libbpf version... " >&6; }
9007- libbpf_version=`$PKG_CONFIG --modversion libbpf`
9008-
9009- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $libbpf_version" >&5
9010- printf "%s\n" "$libbpf_version" >&6; }
9011-
9012- fi
9013-
9014-
90158921pkg_failed=no
90168922{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libelf" >&5
90178923printf %s "checking for libelf... " >&6; }
0 commit comments