Changes in configure [41cca44:8e485801]
Legend:
- Unmodified
- Added
- Removed
-
configure
r41cca44 r8e485801 630 630 GREP 631 631 CPP 632 WITH_LIBFIBRE_FALSE633 WITH_LIBFIBRE_TRUE634 632 RANLIB 635 633 LEXLIB … … 2530 2528 2531 2529 2532 2533 2530 # don't use the default CFLAGS as they unconditonnaly add -O2 2534 2531 : ${CFLAGS=""} … … 3462 3459 3463 3460 3464 case $ {arch_name}in3461 case $arch_name in 3465 3462 "host") arch_name=${host_cpu};; 3466 *) arch_name=${arch_name};;3463 *) ;; 3467 3464 esac 3468 3465 … … 3501 3498 3502 3499 3503 case $ {host_cpu}in3500 case $arch_name in 3504 3501 "host") arch_name=${host_cpu};; 3505 *) arch_name=${host_cpu};;3502 *) ;; 3506 3503 esac 3507 3504 … … 5441 5438 5442 5439 # Checks for libraries. 5443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fibre::yield in -lfibre" >&55444 $as_echo_n "checking for Fibre::yield in -lfibre... " >&6; }5445 if ${ac_cv_lib_fibre_Fibre__yield+:} false; then :5446 $as_echo_n "(cached) " >&65447 else5448 ac_check_lib_save_LIBS=$LIBS5449 LIBS="-lfibre $LIBS"5450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext5451 /* end confdefs.h. */5452 5453 /* Override any GCC internal prototype to avoid an error.5454 Use char because int might match the return type of a GCC5455 builtin and then its argument prototype would still apply. */5456 #ifdef __cplusplus5457 extern "C"5458 #endif5459 char Fibre::yield ();5460 int5461 main ()5462 {5463 return Fibre::yield ();5464 ;5465 return 0;5466 }5467 _ACEOF5468 if ac_fn_c_try_link "$LINENO"; then :5469 ac_cv_lib_fibre_Fibre__yield=yes5470 else5471 ac_cv_lib_fibre_Fibre__yield=no5472 fi5473 rm -f core conftest.err conftest.$ac_objext \5474 conftest$ac_exeext conftest.$ac_ext5475 LIBS=$ac_check_lib_save_LIBS5476 fi5477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fibre_Fibre__yield" >&55478 $as_echo "$ac_cv_lib_fibre_Fibre__yield" >&6; }5479 if test "x$ac_cv_lib_fibre_Fibre__yield" = xyes; then :5480 HAVE_LIBFIBRE=15481 else5482 HAVE_LIBFIBRE=05483 fi5484 5485 if test "$HAVE_LIBFIBRE" -eq 1; then5486 WITH_LIBFIBRE_TRUE=5487 WITH_LIBFIBRE_FALSE='#'5488 else5489 WITH_LIBFIBRE_TRUE='#'5490 WITH_LIBFIBRE_FALSE=5491 fi5492 5493 5440 5494 5441 # Checks for header files. … … 6530 6477 if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then 6531 6478 as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined. 6532 Usually this means the macro was only invoked conditionally." "$LINENO" 56533 fi6534 if test -z "${WITH_LIBFIBRE_TRUE}" && test -z "${WITH_LIBFIBRE_FALSE}"; then6535 as_fn_error $? "conditional \"WITH_LIBFIBRE\" was never defined.6536 6479 Usually this means the macro was only invoked conditionally." "$LINENO" 5 6537 6480 fi
Note:
See TracChangeset
for help on using the changeset viewer.