aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autogen.rc10
1 files changed, 0 insertions, 10 deletions
diff --git a/autogen.rc b/autogen.rc
index aa565911a..c80dd4801 100644
--- a/autogen.rc
+++ b/autogen.rc
@@ -17,25 +17,15 @@ esac
case "$myhost" in
w32)
configure_opts="
- --with-gpg-error-prefix=@SYSROOT@
- --with-ksba-prefix=@SYSROOT@
- --with-libgcrypt-prefix=@SYSROOT@
- --with-libassuan-prefix=@SYSROOT@
--with-zlib=@SYSROOT@
--with-regex=@SYSROOT@
- --with-npth-prefix=@SYSROOT@
--disable-g13
"
;;
amd64)
configure_opts="
- --with-gpg-error-prefix=@SYSROOT@
- --with-ksba-prefix=@SYSROOT@
- --with-libgcrypt-prefix=@SYSROOT@
- --with-libassuan-prefix=@SYSROOT@
--with-zlib=/usr/x86_64-linux-gnu/usr
- --with-pth-prefix=/usr/x86_64-linux-gnu/usr
"
;;
esac