diff options
Diffstat (limited to 'autogen.rc')
-rw-r--r-- | autogen.rc | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -2,15 +2,11 @@ case "$myhost" in w32) - configure_opts=" - --with-gpg-error-prefix=@SYSROOT@ - " + configure_opts="" ;; amd64) - configure_opts=" - --with-gpg-error-prefix=@SYSROOT@ - " + configure_opts="" ;; esac |