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:
parent
1d31420650
commit
5dbac555f2
10
autogen.rc
10
autogen.rc
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user