mirror of
https://github.com/containers/podman.git
synced 2026-02-05 06:45:31 +01:00
Stop setting btrfs_noversion build tag
c/storage no longer uses this tag after https://github.com/containers/storage/pull/2308. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
${CPP:-${CC:-cc} -E} ${CPPFLAGS} - > /dev/null 2> /dev/null << EOF
|
||||
#include <btrfs/version.h>
|
||||
EOF
|
||||
if test $? -ne 0 ; then
|
||||
echo btrfs_noversion
|
||||
fi
|
||||
Reference in New Issue
Block a user