diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-23 19:46:53 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-23 19:46:53 +0000 |
commit | cedef5b09c13d8fac119a7ee5595ee253c2a37b4 (patch) | |
tree | c350e30a0e73c5b3c39ff870e781425c3f1a416f /configure | |
parent | 01d3961d6f076d5668eac97e9d3e3d0812836730 (diff) |
fix build of regress
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -337,7 +337,7 @@ else COMPATS="$f ${COMPATS}" done - CFLAGS="-Icompat/libtls ${CFLAGS}" + CFLAGS="-Icompat/libtls -I../compat/libtls ${CFLAGS}" deptest ASN1_time_tm_cmp ASN1_TIME_TM_CMP || true deptest ASN1_time_tm_clamp_notafter ASN1_TIME_TM_CLAMP_NOTAFTER || true |