configure: revert unintentional change from 75eac1a1426040a833e.

(cherry picked from commit e380618c26b95ce8db18c8a7c0d622ff38be848b)
This commit is contained in:
Juan RP 2012-09-24 12:16:24 +02:00
parent 8e4e9e7bf5
commit 8c0484c00b

2
configure vendored
View File

@ -444,7 +444,7 @@ int main(void) {
return 0; return 0;
} }
EOF EOF
if ! $XCC -lprop _$func.c -o _$func 2>/dev/null; then if $XCC -lprop _$func.c -o _$func 2>/dev/null; then
PROPLIB=yes PROPLIB=yes
echo "USE_EXTERNAL_PROPLIB = 1" >>$CONFIG_MK echo "USE_EXTERNAL_PROPLIB = 1" >>$CONFIG_MK
echo "LDFLAGS += -lz -lpthread -lprop" >>$CONFIG_MK echo "LDFLAGS += -lz -lpthread -lprop" >>$CONFIG_MK