]> skyeroc.xyz Git - dgamelaunch/commit
Check for libcrypt instead of unconditionally adding -lcrypt
authorRon Nazarov <ron@noisytoot.org>
Mon, 25 Nov 2024 16:31:04 +0000 (16:31 +0000)
committerRon Nazarov <ron@noisytoot.org>
Mon, 25 Nov 2024 16:31:04 +0000 (16:31 +0000)
commitcebac140a38e630e11c71c5e46ae614271fb39c9
tree969e35968aa30391bbc46d74e137cb4671584b99
parent852e51ec5fb77eb034796e5558e7f24f49076c45
Check for libcrypt instead of unconditionally adding -lcrypt

This was causing the configure script to fail on checking for ncurses
when it was actually failing due to libcrypt being missing.  A check
for -lutil should be added to, but I didn't do this since -lutil is
not required since glibc 2.34 and I'm using a newer version and don't
know what function it should check for.
configure.ac