diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-24 09:37:57 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-05-24 14:23:50 -0400 |
commit | 3a6c1f049bb3643c86eb87f6c69cf7c3d3c95c86 (patch) | |
tree | 8793e871cc4ee1b3d3ff82b73d04c9264aaf12a9 /build/msg-if.sh | |
parent | 64fcb1d975e8ec8ac70f7ae8add2f7499e6fe6e9 (diff) | |
download | bfs-3a6c1f049bb3643c86eb87f6c69cf7c3d3c95c86.tar.xz |
configure: Use --with/--without for libraries
Diffstat (limited to 'build/msg-if.sh')
-rwxr-xr-x | build/msg-if.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/msg-if.sh b/build/msg-if.sh index 8112aea..e0d0957 100755 --- a/build/msg-if.sh +++ b/build/msg-if.sh @@ -6,8 +6,8 @@ # Print a success/failure indicator from a makefile: # # $ ./configure -# [ CC ] use/liburing.c ✘ -# [ CC ] use/oniguruma.c ✔ +# [ CC ] with/liburing.c ✘ +# [ CC ] with/oniguruma.c ✔ set -eu |