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.156 by sf-exg, Thu May 13 19:40:27 2021 UTC vs.
Revision 1.157 by sf-exg, Fri Jul 23 19:18:52 2021 UTC

434 434
435AC_PATH_XTRA 435AC_PATH_XTRA
436 436
437AC_PATH_TOOL(PKG_CONFIG, pkg-config, no) 437AC_PATH_TOOL(PKG_CONFIG, pkg-config, no)
438 438
439RXVT_CHECK_MODULES([PTYTTY], [libptytty], [:], [
440 AC_MSG_ERROR([unable to find libptytty])
441])
442
443AC_SUBST(PTYTTY_CFLAGS)
444AC_SUBST(PTYTTY_LIBS)
445
439image_lib=none 446image_lib=none
440 447
441PIXBUF_CFLAGS= 448PIXBUF_CFLAGS=
442PIXBUF_LIBS= 449PIXBUF_LIBS=
443 450
512 519
513dnl# -------------------------------------------------------------------------- 520dnl# --------------------------------------------------------------------------
514dnl# CHECKING FOR LIBRARY FUNCTIONS 521dnl# CHECKING FOR LIBRARY FUNCTIONS
515dnl# -------------------------------------------------------------------------- 522dnl# --------------------------------------------------------------------------
516AC_CHECK_FUNCS(unsetenv) 523AC_CHECK_FUNCS(unsetenv)
517
518UTMP_CHECK
519 524
520dnl# -------------------------------------------------------------------------- 525dnl# --------------------------------------------------------------------------
521 526
522dnl# -------------------------------------------------------------------------- 527dnl# --------------------------------------------------------------------------
523dnl# -------------------------------------------------------------------------- 528dnl# --------------------------------------------------------------------------
573[AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <langinfo.h>]], [[nl_langinfo(CODESET);]])],[rxvt_cv_func_nl_langinfo=yes],[rxvt_cv_func_nl_langinfo=no])]) 578[AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <langinfo.h>]], [[nl_langinfo(CODESET);]])],[rxvt_cv_func_nl_langinfo=yes],[rxvt_cv_func_nl_langinfo=no])])
574if test x$rxvt_cv_func_nl_langinfo = xyes; then 579if test x$rxvt_cv_func_nl_langinfo = xyes; then
575 AC_DEFINE(HAVE_NL_LANGINFO, 1, Define if nl_langinfo(CODESET) works) 580 AC_DEFINE(HAVE_NL_LANGINFO, 1, Define if nl_langinfo(CODESET) works)
576fi 581fi
577 582
578SCM_RIGHTS_CHECK
579
580PTY_CHECK
581
582TTY_GROUP_CHECK
583
584dnl# -------------------------------------------------------------------------- 583dnl# --------------------------------------------------------------------------
585dnl# now add and remove other stuff 584dnl# now add and remove other stuff
586dnl# -------------------------------------------------------------------------- 585dnl# --------------------------------------------------------------------------
587support_image=no 586support_image=no
588if test x$support_inheritpixmap = xyes || test x$support_pixbuf = xyes; then 587if test x$support_inheritpixmap = xyes || test x$support_pixbuf = xyes; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines