mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
configure: Fix mixed indentions
Signed-off-by: Hengqi Chen <chenhengqi@outlook.com>
This commit is contained in:
22
configure
vendored
22
configure
vendored
@@ -159,17 +159,17 @@ EOF
|
||||
|
||||
compile_err=$($CLANG -target bpf -c $TMPDIR/bpf_use_errno_test.c 2>&1)
|
||||
if [ "$?" -ne "0" ]; then
|
||||
echo "*** ERROR - Clang BPF-prog cannot include <errno.h>"
|
||||
echo " - Install missing userspace header file"
|
||||
echo ""
|
||||
echo "Compile error: $compile_err"
|
||||
echo ""
|
||||
echo " On Fedora install:"
|
||||
echo " dnf install glibc-devel.i686"
|
||||
echo " On Debian install:"
|
||||
echo " apt install libc6-dev-i386"
|
||||
echo ""
|
||||
exit 1
|
||||
echo "*** ERROR - Clang BPF-prog cannot include <errno.h>"
|
||||
echo " - Install missing userspace header file"
|
||||
echo ""
|
||||
echo "Compile error: $compile_err"
|
||||
echo ""
|
||||
echo " On Fedora install:"
|
||||
echo " dnf install glibc-devel.i686"
|
||||
echo " On Debian install:"
|
||||
echo " apt install libc6-dev-i386"
|
||||
echo ""
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user