Changeset 4625


Ignore:
Timestamp:
Oct 21, 2013 6:49:58 AM (11 years ago)
Author:
ming
Message:

Re #1630 (misc): related to r4623, missing the generated configure script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r4435 r4625  
    39553955fi 
    39563956 
     3957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin in -lm" >&5 
     3958$as_echo_n "checking for sin in -lm... " >&6; } 
     3959if ${ac_cv_lib_m_sin+:} false; then : 
     3960  $as_echo_n "(cached) " >&6 
     3961else 
     3962  ac_check_lib_save_LIBS=$LIBS 
     3963LIBS="-lm  $LIBS" 
     3964cat confdefs.h - <<_ACEOF >conftest.$ac_ext 
     3965/* end confdefs.h.  */ 
     3966 
     3967/* Override any GCC internal prototype to avoid an error. 
     3968   Use char because int might match the return type of a GCC 
     3969   builtin and then its argument prototype would still apply.  */ 
     3970#ifdef __cplusplus 
     3971extern "C" 
     3972#endif 
     3973char sin (); 
     3974int 
     3975main () 
     3976{ 
     3977return sin (); 
     3978  ; 
     3979  return 0; 
     3980} 
     3981_ACEOF 
     3982if ac_fn_c_try_link "$LINENO"; then : 
     3983  ac_cv_lib_m_sin=yes 
     3984else 
     3985  ac_cv_lib_m_sin=no 
     3986fi 
     3987rm -f core conftest.err conftest.$ac_objext \ 
     3988    conftest$ac_exeext conftest.$ac_ext 
     3989LIBS=$ac_check_lib_save_LIBS 
     3990fi 
     3991{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sin" >&5 
     3992$as_echo "$ac_cv_lib_m_sin" >&6; } 
     3993if test "x$ac_cv_lib_m_sin" = xyes; then : 
     3994  cat >>confdefs.h <<_ACEOF 
     3995#define HAVE_LIBM 1 
     3996_ACEOF 
     3997 
     3998  LIBS="-lm $LIBS" 
     3999 
     4000fi 
     4001 
    39574002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uuid_generate in -luuid" >&5 
    39584003$as_echo_n "checking for uuid_generate in -luuid... " >&6; } 
     
    47444789                { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if floating point is disabled... no" >&5 
    47454790$as_echo "Checking if floating point is disabled... no" >&6; } 
    4746                 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmod in -lm" >&5 
    4747 $as_echo_n "checking for fmod in -lm... " >&6; } 
    4748 if ${ac_cv_lib_m_fmod+:} false; then : 
    4749   $as_echo_n "(cached) " >&6 
    4750 else 
    4751   ac_check_lib_save_LIBS=$LIBS 
    4752 LIBS="-lm  $LIBS" 
    4753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 
    4754 /* end confdefs.h.  */ 
    4755  
    4756 /* Override any GCC internal prototype to avoid an error. 
    4757    Use char because int might match the return type of a GCC 
    4758    builtin and then its argument prototype would still apply.  */ 
    4759 #ifdef __cplusplus 
    4760 extern "C" 
    4761 #endif 
    4762 char fmod (); 
    4763 int 
    4764 main () 
    4765 { 
    4766 return fmod (); 
    4767   ; 
    4768   return 0; 
    4769 } 
    4770 _ACEOF 
    4771 if ac_fn_c_try_link "$LINENO"; then : 
    4772   ac_cv_lib_m_fmod=yes 
    4773 else 
    4774   ac_cv_lib_m_fmod=no 
    4775 fi 
    4776 rm -f core conftest.err conftest.$ac_objext \ 
    4777     conftest$ac_exeext conftest.$ac_ext 
    4778 LIBS=$ac_check_lib_save_LIBS 
    4779 fi 
    4780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fmod" >&5 
    4781 $as_echo "$ac_cv_lib_m_fmod" >&6; } 
    4782 if test "x$ac_cv_lib_m_fmod" = xyes; then : 
    4783   cat >>confdefs.h <<_ACEOF 
    4784 #define HAVE_LIBM 1 
    4785 _ACEOF 
    4786  
    4787   LIBS="-lm $LIBS" 
    4788  
    4789 fi 
    4790  
    47914791 
    47924792fi 
Note: See TracChangeset for help on using the changeset viewer.