Changeset 4625
- Timestamp:
- Oct 21, 2013 6:49:58 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r4435 r4625 3955 3955 fi 3956 3956 3957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin in -lm" >&5 3958 $as_echo_n "checking for sin in -lm... " >&6; } 3959 if ${ac_cv_lib_m_sin+:} false; then : 3960 $as_echo_n "(cached) " >&6 3961 else 3962 ac_check_lib_save_LIBS=$LIBS 3963 LIBS="-lm $LIBS" 3964 cat 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 3971 extern "C" 3972 #endif 3973 char sin (); 3974 int 3975 main () 3976 { 3977 return sin (); 3978 ; 3979 return 0; 3980 } 3981 _ACEOF 3982 if ac_fn_c_try_link "$LINENO"; then : 3983 ac_cv_lib_m_sin=yes 3984 else 3985 ac_cv_lib_m_sin=no 3986 fi 3987 rm -f core conftest.err conftest.$ac_objext \ 3988 conftest$ac_exeext conftest.$ac_ext 3989 LIBS=$ac_check_lib_save_LIBS 3990 fi 3991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sin" >&5 3992 $as_echo "$ac_cv_lib_m_sin" >&6; } 3993 if 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 4000 fi 4001 3957 4002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uuid_generate in -luuid" >&5 3958 4003 $as_echo_n "checking for uuid_generate in -luuid... " >&6; } … … 4744 4789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if floating point is disabled... no" >&5 4745 4790 $as_echo "Checking if floating point is disabled... no" >&6; } 4746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmod in -lm" >&54747 $as_echo_n "checking for fmod in -lm... " >&6; }4748 if ${ac_cv_lib_m_fmod+:} false; then :4749 $as_echo_n "(cached) " >&64750 else4751 ac_check_lib_save_LIBS=$LIBS4752 LIBS="-lm $LIBS"4753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext4754 /* 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 GCC4758 builtin and then its argument prototype would still apply. */4759 #ifdef __cplusplus4760 extern "C"4761 #endif4762 char fmod ();4763 int4764 main ()4765 {4766 return fmod ();4767 ;4768 return 0;4769 }4770 _ACEOF4771 if ac_fn_c_try_link "$LINENO"; then :4772 ac_cv_lib_m_fmod=yes4773 else4774 ac_cv_lib_m_fmod=no4775 fi4776 rm -f core conftest.err conftest.$ac_objext \4777 conftest$ac_exeext conftest.$ac_ext4778 LIBS=$ac_check_lib_save_LIBS4779 fi4780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fmod" >&54781 $as_echo "$ac_cv_lib_m_fmod" >&6; }4782 if test "x$ac_cv_lib_m_fmod" = xyes; then :4783 cat >>confdefs.h <<_ACEOF4784 #define HAVE_LIBM 14785 _ACEOF4786 4787 LIBS="-lm $LIBS"4788 4789 fi4790 4791 4791 4792 4792 fi
Note: See TracChangeset
for help on using the changeset viewer.