mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
70 lines
2.1 KiB
Text
70 lines
2.1 KiB
Text
--- work/sablevm-1.0.6/configure.orig Wed Feb 19 22:28:32 2003
|
|
+++ work/sablevm-1.0.6/configure Thu Feb 20 13:35:35 2003
|
|
@@ -8088,67 +8088,6 @@
|
|
echo ***ERROR: libpopt is missing; exit 1
|
|
fi
|
|
|
|
-echo "$as_me:$LINENO: checking for pthread_self in -lpthread" >&5
|
|
-echo $ECHO_N "checking for pthread_self in -lpthread... $ECHO_C" >&6
|
|
-if test "${ac_cv_lib_pthread_pthread_self+set}" = set; then
|
|
- echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
-else
|
|
- ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lpthread $LIBS"
|
|
-cat >conftest.$ac_ext <<_ACEOF
|
|
-#line $LINENO "configure"
|
|
-/* confdefs.h. */
|
|
-_ACEOF
|
|
-cat confdefs.h >>conftest.$ac_ext
|
|
-cat >>conftest.$ac_ext <<_ACEOF
|
|
-/* end confdefs.h. */
|
|
-
|
|
-/* Override any gcc2 internal prototype to avoid an error. */
|
|
-#ifdef __cplusplus
|
|
-extern "C"
|
|
-#endif
|
|
-/* We use char because int might match the return type of a gcc2
|
|
- builtin and then its argument prototype would still apply. */
|
|
-char pthread_self ();
|
|
-int
|
|
-main ()
|
|
-{
|
|
-pthread_self ();
|
|
- ;
|
|
- return 0;
|
|
-}
|
|
-_ACEOF
|
|
-rm -f conftest.$ac_objext conftest$ac_exeext
|
|
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
|
- (eval $ac_link) 2>&5
|
|
- ac_status=$?
|
|
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
- (exit $ac_status); } &&
|
|
- { ac_try='test -s conftest$ac_exeext'
|
|
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
- (eval $ac_try) 2>&5
|
|
- ac_status=$?
|
|
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
- (exit $ac_status); }; }; then
|
|
- ac_cv_lib_pthread_pthread_self=yes
|
|
-else
|
|
- echo "$as_me: failed program was:" >&5
|
|
-sed 's/^/| /' conftest.$ac_ext >&5
|
|
-
|
|
-ac_cv_lib_pthread_pthread_self=no
|
|
-fi
|
|
-rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
|
|
-LIBS=$ac_check_lib_save_LIBS
|
|
-fi
|
|
-echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_self" >&5
|
|
-echo "${ECHO_T}$ac_cv_lib_pthread_pthread_self" >&6
|
|
-if test $ac_cv_lib_pthread_pthread_self = yes; then
|
|
- echo -n
|
|
-else
|
|
- echo ***ERROR: libpthread is missing; exit 1
|
|
-fi
|
|
-
|
|
-
|
|
echo "$as_me:$LINENO: checking for ANSI C header files" >&5
|
|
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
|
|
if test "${ac_cv_header_stdc+set}" = set; then
|