summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f54a9e9817f..5c22efb4187f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,10 +54,6 @@ build() {
[[ $_pcre = yes ]] && _configure+=" --with-pcre"
[[ $_pcre = no ]] && _configure+=" --without-pcre"
-
- [[ $_pcre = yes ]] && _configure+=" --with-pcre"
- [[ $_pcre = no ]] && _configure+=" --without-pcre"
-
eval $_configure
make
}