dmtx-utils: remove now useless sed

This commit is contained in:
Jürgen Buchmüller 2015-10-25 21:06:27 +01:00
parent 4fd71940c2
commit f29432c4e8
1 changed files with 0 additions and 3 deletions

View File

@ -13,8 +13,5 @@ distfiles="$SOURCEFORGE_SITE/libdmtx/${pkgname}-${version}.tar.bz2"
checksum=9f510f6c26a2a73e44da28eae78308973cc274043873cc7f90606624066ec7d0
pre_configure() {
# Remove check for non-existent common/getopt{,1}.c
sed -i configure.ac \
-e "/AC_CHECK_FUNC(\[getopt_long\]/s;.*;);"
autoreconf -if
}