From 5dbac555f23bcec4adcfd82de61878f0f23ff272 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 4 Dec 2018 12:35:41 +0900 Subject: [PATCH] build: Remove --with-*-prefix, which is no need any more. * autogen.rc (configure_opts): Remove --with-*-prefix. Signed-off-by: NIIBE Yutaka --- autogen.rc | 10 ++-------- 1 file 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