Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.9 by orrisroot, Tue Jul 12 16:40:58 2005 UTC revision 1.10 by orrisroot, Wed Oct 5 08:12:46 2005 UTC
# Line 20677  _ACEOF Line 20677  _ACEOF
20677    
20678  fi  fi
20679    
20680    echo "$as_me:$LINENO: checking for time_t" >&5
20681    echo $ECHO_N "checking for time_t... $ECHO_C" >&6
20682    if test "${ac_cv_type_time_t+set}" = set; then
20683      echo $ECHO_N "(cached) $ECHO_C" >&6
20684    else
20685      cat >conftest.$ac_ext <<_ACEOF
20686    #line $LINENO "configure"
20687    /* confdefs.h.  */
20688    _ACEOF
20689    cat confdefs.h >>conftest.$ac_ext
20690    cat >>conftest.$ac_ext <<_ACEOF
20691    /* end confdefs.h.  */
20692    $ac_includes_default
20693    int
20694    main ()
20695    {
20696    if ((time_t *) 0)
20697      return 0;
20698    if (sizeof (time_t))
20699      return 0;
20700      ;
20701      return 0;
20702    }
20703    _ACEOF
20704    rm -f conftest.$ac_objext
20705    if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20706      (eval $ac_compile) 2>&5
20707      ac_status=$?
20708      echo "$as_me:$LINENO: \$? = $ac_status" >&5
20709      (exit $ac_status); } &&
20710             { ac_try='test -s conftest.$ac_objext'
20711      { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20712      (eval $ac_try) 2>&5
20713      ac_status=$?
20714      echo "$as_me:$LINENO: \$? = $ac_status" >&5
20715      (exit $ac_status); }; }; then
20716      ac_cv_type_time_t=yes
20717    else
20718      echo "$as_me: failed program was:" >&5
20719    sed 's/^/| /' conftest.$ac_ext >&5
20720    
20721    ac_cv_type_time_t=no
20722    fi
20723    rm -f conftest.$ac_objext conftest.$ac_ext
20724    fi
20725    echo "$as_me:$LINENO: result: $ac_cv_type_time_t" >&5
20726    echo "${ECHO_T}$ac_cv_type_time_t" >&6
20727    if test $ac_cv_type_time_t = yes; then
20728      :
20729    else
20730    
20731    cat >>confdefs.h <<_ACEOF
20732    #define time_t long
20733    _ACEOF
20734    
20735    fi
20736    
20737    
20738  # Checks for library functions.  # Checks for library functions.
20739    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26