projects
/
ntbtls.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac406d3
)
build: Update autogen.rc.
author
NIIBE Yutaka
<gniibe@fsij.org>
Tue, 13 Nov 2018 01:49:03 +0000
(10:49 +0900)
committer
NIIBE Yutaka
<gniibe@fsij.org>
Tue, 13 Nov 2018 01:49:03 +0000
(10:49 +0900)
* autogen.rc: Remove obsolete --with-gpg-error-prefix,
--with-ksba-prefix, and --with-libgcrypt-prefix options.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
autogen.rc
patch
|
blob
|
history
diff --git
a/autogen.rc
b/autogen.rc
index
a159fb8
..
f1d1504
100644
(file)
--- a/
autogen.rc
+++ b/
autogen.rc
@@
-11,9
+11,6
@@
esac
case "$myhost" in
w32)
configure_opts="
- --with-gpg-error-prefix=@SYSROOT@
- --with-ksba-prefix=@SYSROOT@
- --with-libgcrypt-prefix=@SYSROOT@
--with-zlib=@SYSROOT@
"
;;