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