summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2018-12-04 12:35:41 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2018-12-04 12:35:41 +0900
commit5dbac555f23bcec4adcfd82de61878f0f23ff272 (patch)
treeb7bf344681b683d0aaac069d2ed4bca1222adc2f
parent1d31420650bfa7ca1d1503cc7431b3360e86022c (diff)
downloadgpgme-5dbac555f23bcec4adcfd82de61878f0f23ff272.tar.gz
build: Remove --with-*-prefix, which is no need any more.
* autogen.rc (configure_opts): Remove --with-*-prefix. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
-rw-r--r--autogen.rc10
1 files changed, 2 insertions, 8 deletions
diff --git a/autogen.rc b/autogen.rc
index d0ade530..1759ef93 100644
--- a/autogen.rc
+++ b/autogen.rc
@@ -2,17 +2,11 @@
case "$myhost" in
w32)
- configure_opts="
- --with-gpg-error-prefix=@SYSROOT@
- --with-libassuan-prefix=@SYSROOT@
- "
+ configure_opts=""
;;
amd64)
- configure_opts="
- --with-gpg-error-prefix=@SYSROOT@
- --with-libassuan-prefix=@SYSROOT@
- "
+ configure_opts=""
;;
esac