diff --git a/autogen.rc b/autogen.rc index 850d4e7..396794a 100644 --- a/autogen.rc +++ b/autogen.rc @@ -1,29 +1,25 @@ # autogen.sh configuration for GnuPG -*- sh -*- case "$myhost:$myhostsub" in w32:ce) extraoptions= ;; w32:) extraoptions= ;; esac case "$myhost" in w32) - configure_opts=" - --with-gpg-error-prefix=@SYSROOT@ - " + configure_opts="" ;; amd64) - configure_opts=" - --with-gpg-error-prefix=@SYSROOT@ - " + configure_opts="" ;; esac extra_aclocal_flags="-I gl/m4" final_info="./configure --enable-maintainer-mode && make"