mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
11 lines
316 B
Text
11 lines
316 B
Text
--- configure.orig 2002-01-22 02:45:23 UTC
|
|
+++ configure
|
|
@@ -140,7 +140,7 @@ int main(void) {
|
|
EOF
|
|
$CC -o ./dummy ./dummy.c -lz 1>/dev/null 2>&1
|
|
if [ $? -eq 0 ]; then
|
|
- if [ `./dummy` = "1.1.3" ]; then
|
|
+ if :; then
|
|
use_zlib=yes
|
|
LDFLAGS="$LDFLAGS -lz"
|
|
echo "Checking zlib version: `./dummy` found."
|