diff options
-rw-r--r-- | autogen.rc | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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 |