summaryrefslogtreecommitdiff
path: root/t/t2003-checkout-cache-mkdir.sh
diff options
context:
space:
mode:
authorLibravatar Rainer M. Canavan <git@canavan.de>2015-11-06 02:11:37 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-11-06 09:41:08 -0800
commitbac2c5bf1a74fbdb901c6c939e6ec1bb085749f8 (patch)
tree9d56ce2a197554de0b883aa903f9001539613c52 /t/t2003-checkout-cache-mkdir.sh
parentMerge branch 'maint-1.9' into maint-2.0 (diff)
downloadtgif-bac2c5bf1a74fbdb901c6c939e6ec1bb085749f8.tar.xz
configure.ac: use $LIBS not $CFLAGS when testing -lpthread
Some linkers, namely the one on IRIX are rather strict concerning the order or arguments for symbol resolution, i.e. no libraries listed before objects or other libraries on the command line are considered for symbol resolution. Therefore, -lpthread can't work if it's put in CFLAGS, because it will not be considered for resolving pthread_key_create in conftest.o. Use $LIBS instead. Signed-off-by: Rainer Canavan <git@canavan.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t2003-checkout-cache-mkdir.sh')
0 files changed, 0 insertions, 0 deletions