diff --git a/configure b/configure index a94beaf..94a38fe 100755 --- a/configure +++ b/configure @@ -576,7 +576,7 @@ if [ -x "./qcextra" ]; then ./qcextra fi # run tqmake -if expr match "$DEB_BUILD_OPTIONS" ".*nostrip"; then +if expr "$DEB_BUILD_OPTIONS" : ".*nostrip"; then $qm QMAKE_STRIP=true qca-tls.pro else $qm qca-tls.pro