From: root Date: Sat, 28 Jan 2006 21:25:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d20bb85518c75eef2cb1d476d046e0920d24b839;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index 7fa4a8c1..785673c2 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,7 @@ DUMB: support tex fonts - fix version report (DA) (which was unfortunately broken). - changed version number report again, now to emulate xterm better. - added the OSC sequence 702 to detect the urxvt version number. + - small configure updates. 7.4 Sat Jan 28 15:26:27 CET 2006 - screen background wasn't always erased properly when scrolling, diff --git a/config.h.in b/config.h.in index d3a6f933..32d7316d 100644 --- a/config.h.in +++ b/config.h.in @@ -99,9 +99,6 @@ /* Define to 1 if you have the `revoke' function. */ #undef HAVE_REVOKE -/* Define if you have sched-h and sched_yield */ -#undef HAVE_SCHED_YIELD - /* Define to 1 if you have the `seteuid' function. */ #undef HAVE_SETEUID diff --git a/configure b/configure index 2bef0a62..1439b643 100755 --- a/configure +++ b/configure @@ -14557,17 +14557,6 @@ if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then echo ".----------------------------------------------------------------." fi -echo " *** Optionally check src/feature.h for further options ***" -echo - -echo ".----------------------------------------------------------------." -echo ". NOTE: some features are disabled by default, try ." -echo ". configure --help to get an idea of the optional features, ." -echo ". or read ./README.configure ." -echo ". ." -echo ". The script ./reconf gives a reasonable baseline, try it if ." -echo ". you do not want to read documentation and still want some ." -echo ". useful features. ." -echo ".----------------------------------------------------------------." +echo "*** Optionally check src/feature.h for further, rarely used options ***" echo diff --git a/configure.ac b/configure.ac index d2584464..c178e922 100644 --- a/configure.ac +++ b/configure.ac @@ -997,14 +997,3 @@ fi echo "*** Optionally check src/feature.h for further, rarely used options ***" echo -echo ".----------------------------------------------------------------." -echo ". NOTE: some features are disabled by default, try ." -echo ". configure --help to get an idea of the optional features, ." -echo ". or read ./README.configure ." -echo ". ." -echo ". The script ./reconf gives a reasonable baseline, try it if ." -echo ". you do not want to read documentation and still want some ." -echo ". useful features. ." -echo ".----------------------------------------------------------------." -echo -