diff --git a/autogen.rc b/autogen.rc index a159fb8..f1d1504 100644 --- a/autogen.rc +++ b/autogen.rc @@ -1,25 +1,22 @@ # autogen.sh configuration for GnuPG -*- sh -*- ersion_parts=3 case "$myhost:$myhostsub" in w32:) extraoptions="" ;; esac case "$myhost" in w32) configure_opts=" - --with-gpg-error-prefix=@SYSROOT@ - --with-ksba-prefix=@SYSROOT@ - --with-libgcrypt-prefix=@SYSROOT@ --with-zlib=@SYSROOT@ " ;; esac extra_aclocal_flags= final_info="./configure --enable-maintainer-mode && make"