gloobus-preview: fix build with autoconf 2.71

This commit is contained in:
André Cerqueira 2022-08-15 22:12:50 +01:00 committed by Michal Vasilek
parent 58c9d9de3d
commit 6e5681289e
1 changed files with 1 additions and 0 deletions

View File

@ -23,5 +23,6 @@ if [ -z "$CROSS_BUILD" ]; then
fi
pre_configure() {
vsed -i '/ACX_PTHREAD()/d' configure.ac
autoreconf -fi
}