diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2024-04-06 16:25:33 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2024-04-06 16:25:40 +0300 |
commit | cfff4ab980327b3ed578c3b070c335454068a993 (patch) | |
tree | 7bd369edc996d794716686ac75026dc2a7bfbbba /autogen.sh | |
parent | 9cdde5e97122ea2405a146760d9b06f8517ca832 (diff) | |
download | bindfs-cfff4ab980327b3ed578c3b070c335454068a993.tar.gz |
Added ./configure option --disable-macos-fs-link
For #140
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ if [ "$1" == "-d" ]; then shift; echo "Running ./configure" echo - sleep 1s ./configure "$@" elif [ -n "$1" ]; then echo |