diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |