build: Remove --with-*-prefix, which is no need any more.

* autogen.rc (configure_opts): Remove --with-*-prefix.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2018-12-04 12:35:41 +09:00
parent 1d31420650
commit 5dbac555f2

View File

@ -2,17 +2,11 @@
case "$myhost" in case "$myhost" in
w32) w32)
configure_opts=" configure_opts=""
--with-gpg-error-prefix=@SYSROOT@
--with-libassuan-prefix=@SYSROOT@
"
;; ;;
amd64) amd64)
configure_opts=" configure_opts=""
--with-gpg-error-prefix=@SYSROOT@
--with-libassuan-prefix=@SYSROOT@
"
;; ;;
esac esac