From 4844a5b160e5a65a7663350b273bf598ef4ff582 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Tue, 28 Aug 2001 11:34:59 +0000 Subject: Use ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} when building. --- math/vtk/files/patch-ab | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) (limited to 'math/vtk/files/patch-ab') diff --git a/math/vtk/files/patch-ab b/math/vtk/files/patch-ab index bc1145d31355..a9a85e49c762 100644 --- a/math/vtk/files/patch-ab +++ b/math/vtk/files/patch-ab @@ -13,50 +13,3 @@ else SHLIB_CFLAGS="" SHLIB_LD_LIBS="" -@@ -3393,6 +3393,46 @@ - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - THREAD_LIBS="-lpthread" -+else -+ echo "$ac_t""no" 1>&6 -+fi -+ -+ echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 -+echo "configure:3191: checking for pthread_create in -lc_r" >&5 -+ac_lib_var=`echo c_r'_'pthread_create | sed 'y%./+-%__p_%'` -+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then -+ echo $ac_n "(cached) $ac_c" 1>&6 -+else -+ ac_save_LIBS="$LIBS" -+LIBS="-lc_r $LIBS" -+cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then -+ rm -rf conftest* -+ eval "ac_cv_lib_$ac_lib_var=yes" -+else -+ echo "configure: failed program was:" >&5 -+ cat conftest.$ac_ext >&5 -+ rm -rf conftest* -+ eval "ac_cv_lib_$ac_lib_var=no" -+fi -+rm -f conftest* -+LIBS="$ac_save_LIBS" -+ -+fi -+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then -+ echo "$ac_t""yes" 1>&6 -+ THREAD_LIBS="-lc_r" - else - echo "$ac_t""no" 1>&6 - fi -- cgit v1.2.3