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.86 by ayin, Tue Dec 4 01:20:49 2007 UTC vs.
Revision 1.87 by ayin, Mon Dec 10 19:17:29 2007 UTC

131fi 131fi
132AC_SUBST(INSTALL_LIBRXVT) 132AC_SUBST(INSTALL_LIBRXVT)
133 133
134AC_ARG_ENABLE(everything, 134AC_ARG_ENABLE(everything,
135 [ --enable-everything enable standard non-multichoice features 135 [ --enable-everything enable standard non-multichoice features
136 NOTE: this option is order dependent 136 NOTE: this option is order dependent],
137 NOTE: automatically enabled with --enable-shared],
138 [ 137 [
139 if test x$enableval = xno; then 138 if test x$enableval = xno; then
140 support_frills=no 139 support_frills=no
141 support_inheritpixmap=no 140 support_inheritpixmap=no
142 support_fading=no 141 support_fading=no
443 442
444dnl# -------------------------------------------------------------------------- 443dnl# --------------------------------------------------------------------------
445 444
446AC_PATH_PROG(TIC, tic, :) 445AC_PATH_PROG(TIC, tic, :)
447 446
448dnl# need a neat way to detect SVR4 or its features
449dnl# in src/command.c we use these functions:
450dnl# grantpt(), unlockpt(), ptsname(), which are defined in <sys/ptms.h>
451dnl# - but are these also defined for other systems?
452
453dnl# hack to find if this is SVR4 -- who knows?
454dnl## AC_MSG_CHECKING(for SVR4)
455dnl## AC_EGREP_CPP(yes,
456dnl## [#if defined (SVR4) || defined (_SVR4) || defined (__svr4__)
457dnl## yes;
458dnl## #endif
459dnl## ], [AC_MSG_RESULT(yes); AC_DEFINE(PERHAPS_SVR4)], AC_MSG_RESULT(perhaps not?))
460
461AC_PATH_XTRA 447AC_PATH_XTRA
462 448
463AFTERIMAGE_CFLAGS= 449AFTERIMAGE_CFLAGS=
464AFTERIMAGE_LIBS= 450AFTERIMAGE_LIBS=
465AFTERIMAGE_VERSION= 451AFTERIMAGE_VERSION=

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines