ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure.ac
(Generate patch)

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.93 by ayin, Tue Dec 11 09:04:34 2007 UTC vs.
Revision 1.94 by ayin, Tue Dec 11 09:10:56 2007 UTC

590AC_SUBST(rxvt_uint32_typedef) 590AC_SUBST(rxvt_uint32_typedef)
591dnl RXVT_CHECK_SIZE(rxvt_cv_int64_t, int64_t, 8, , long long, rxvt_int64_typedef) 591dnl RXVT_CHECK_SIZE(rxvt_cv_int64_t, int64_t, 8, , long long, rxvt_int64_typedef)
592dnl AC_SUBST(rxvt_int64_typedef) 592dnl AC_SUBST(rxvt_int64_typedef)
593dnl RXVT_CHECK_SIZE(rxvt_cv_uint64_t, uint64_t, 8, unsigned, long long, rxvt_uint64_typedef) 593dnl RXVT_CHECK_SIZE(rxvt_cv_uint64_t, uint64_t, 8, unsigned, long long, rxvt_uint64_typedef)
594dnl AC_SUBST(rxvt_uint64_typedef) 594dnl AC_SUBST(rxvt_uint64_typedef)
595dnl#
596dnl# Now look for another we use
597dnl#
598if test "$ac_cv_sizeof_int_p" -eq 8; then
599 rxvt_intp_define="#define intp_t int64_t"
600 rxvt_u_intp_define="#define u_intp_t u_int64_t"
601else
602 if test "$ac_cv_sizeof_int_p" -eq 4; then
603 rxvt_intp_define="#define intp_t int32_t"
604 rxvt_u_intp_define="#define u_intp_t u_int32_t"
605 else
606 if test "$ac_cv_sizeof_int_p" -eq 2; then
607 rxvt_intp_define="#define intp_t int16_t"
608 rxvt_u_intp_define="#define u_intp_t u_int16_t"
609 else
610 rxvt_intp_define="#error set intp_t"
611 rxvt_u_intp_define="#error set u_intp_t"
612 fi
613 fi
614fi
615AC_SUBST(rxvt_intp_define)
616AC_SUBST(rxvt_u_intp_define)
617 595
618dnl# -------------------------------------------------------------------------- 596dnl# --------------------------------------------------------------------------
619dnl# CHECKING FOR LIBRARY FUNCTIONS 597dnl# CHECKING FOR LIBRARY FUNCTIONS
620dnl# -------------------------------------------------------------------------- 598dnl# --------------------------------------------------------------------------
621AC_CHECK_FUNCS(unsetenv) 599AC_CHECK_FUNCS(unsetenv)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines