summaryrefslogtreecommitdiff
path: root/autogen.rc
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.rc')
-rw-r--r--autogen.rc10
1 files changed, 2 insertions, 8 deletions
diff --git a/autogen.rc b/autogen.rc
index d0ade530..1759ef93 100644
--- a/autogen.rc
+++ b/autogen.rc
@@ -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