forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
325 B
Text
11 lines
325 B
Text
--- configure.orig Sat Jun 25 15:53:38 2005
|
|
+++ configure Sat Jun 25 16:00:31 2005
|
|
@@ -140,7 +140,7 @@
|
|
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."
|