| OLD | NEW |
| 1 #! /bin/sh | 1 #! /bin/sh |
| 2 # Guess values for system-dependent variables and create Makefiles. | 2 # Guess values for system-dependent variables and create Makefiles. |
| 3 # Generated by GNU Autoconf 2.69. | 3 # Generated by GNU Autoconf 2.69. |
| 4 # | 4 # |
| 5 # | 5 # |
| 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. | 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
| 7 # | 7 # |
| 8 # | 8 # |
| 9 # This configure script is free software; the Free Software Foundation | 9 # This configure script is free software; the Free Software Foundation |
| 10 # gives unlimited permission to copy, distribute and modify it. | 10 # gives unlimited permission to copy, distribute and modify it. |
| (...skipping 13466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13477 do : | 13477 do : |
| 13478 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" | 13478 ac_fn_c_check_func "$LINENO" "gettimeofday" "ac_cv_func_gettimeofday" |
| 13479 if test "x$ac_cv_func_gettimeofday" = xyes; then : | 13479 if test "x$ac_cv_func_gettimeofday" = xyes; then : |
| 13480 cat >>confdefs.h <<_ACEOF | 13480 cat >>confdefs.h <<_ACEOF |
| 13481 #define HAVE_GETTIMEOFDAY 1 | 13481 #define HAVE_GETTIMEOFDAY 1 |
| 13482 _ACEOF | 13482 _ACEOF |
| 13483 | 13483 |
| 13484 fi | 13484 fi |
| 13485 done | 13485 done |
| 13486 | 13486 |
| 13487 for ac_func in mktime localtime localtime_r asctime time gmtime gmtime_r ftime | 13487 for ac_func in localtime localtime_r time gmtime gmtime_r ftime |
| 13488 do : | 13488 do : |
| 13489 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | 13489 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 13490 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | 13490 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 13491 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : | 13491 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 13492 cat >>confdefs.h <<_ACEOF | 13492 cat >>confdefs.h <<_ACEOF |
| 13493 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 | 13493 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 13494 _ACEOF | 13494 _ACEOF |
| 13495 | 13495 |
| 13496 fi | 13496 fi |
| 13497 done | 13497 done |
| (...skipping 3316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 16814 exec 5>>config.log | 16814 exec 5>>config.log |
| 16815 # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 16815 # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
| 16816 # would make configure fail if this is the last instruction. | 16816 # would make configure fail if this is the last instruction. |
| 16817 $ac_cs_success || as_fn_exit 1 | 16817 $ac_cs_success || as_fn_exit 1 |
| 16818 fi | 16818 fi |
| 16819 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 16819 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
| 16820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
recognized_opts" >&5 | 16820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
recognized_opts" >&5 |
| 16821 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 16821 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
| 16822 fi | 16822 fi |
| 16823 | 16823 |
| OLD | NEW |