diff options
author | NIIBE Yutaka <[email protected]> | 2018-12-04 03:35:41 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2018-12-04 03:35:41 +0000 |
commit | 5dbac555f23bcec4adcfd82de61878f0f23ff272 (patch) | |
tree | b7bf344681b683d0aaac069d2ed4bca1222adc2f /autogen.rc | |
parent | qt,cpp: Consistently use nullptr and override (diff) | |
download | gpgme-5dbac555f23bcec4adcfd82de61878f0f23ff272.tar.gz gpgme-5dbac555f23bcec4adcfd82de61878f0f23ff272.zip |
build: Remove --with-*-prefix, which is no need any more.
* autogen.rc (configure_opts): Remove --with-*-prefix.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'autogen.rc')
-rw-r--r-- | autogen.rc | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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 |