ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/configure
(Generate patch)

Comparing hopm/trunk/configure (file contents):
Revision 5110 by michael, Wed Dec 24 13:37:32 2014 UTC vs.
Revision 5122 by michael, Thu Dec 25 16:50:00 2014 UTC

# Line 12549 | Line 12549 | $as_echo "#define TM_IN_SYS_TIME 1" >>co
12549   fi
12550  
12551  
12552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
12553 $as_echo_n "checking return type of signal handlers... " >&6; }
12554 if ${ac_cv_type_signal+:} false; then :
12555  $as_echo_n "(cached) " >&6
12556 else
12557  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12558 /* end confdefs.h.  */
12559 #include <sys/types.h>
12560 #include <signal.h>
12561
12562 int
12563 main ()
12564 {
12565 return *(signal (0, 0)) (0) == 1;
12566  ;
12567  return 0;
12568 }
12569 _ACEOF
12570 if ac_fn_c_try_compile "$LINENO"; then :
12571  ac_cv_type_signal=int
12572 else
12573  ac_cv_type_signal=void
12574 fi
12575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12576 fi
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
12578 $as_echo "$ac_cv_type_signal" >&6; }
12579
12580 cat >>confdefs.h <<_ACEOF
12581 #define RETSIGTYPE $ac_cv_type_signal
12582 _ACEOF
12583
12584
12552   for ac_func in strftime
12553   do :
12554    ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)