summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bergeron2018-07-02 20:24:11 +0000
committerTrevor Bergeron2018-07-02 20:24:11 +0000
commit7b9e5aa739a4e6683cab8d11201f7f607515fe25 (patch)
tree9d828df4f35770c823f089f6f427aa011bf82409
parente6eedcd27cf7e5c6315c486a6c93b8a7b431a379 (diff)
downloadaur-7b9e5aa739a4e6683cab8d11201f7f607515fe25.tar.gz
Remove redundant PCRE flag
-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
}