aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2010-11-14 22:39:02 -0800
committerDan Nicolaescu2010-11-14 22:39:02 -0800
commitaa42211e74791260a9d8ab7bdedff4b26664430d (patch)
tree4a1250c513751c388912f93513e0deedcd11d51d
parentf0e1af4627caf44e4f57147c8901991c79b65ea1 (diff)
downloademacs-aa42211e74791260a9d8ab7bdedff4b26664430d.tar.gz
emacs-aa42211e74791260a9d8ab7bdedff4b26664430d.zip
* configure.in: Do not check for unconditionally included headers.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure8
-rw-r--r--configure.in8
-rw-r--r--src/config.in6
4 files changed, 12 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cbeb7aa889..34c612a39e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * configure.in: Do not check for unconditionally included headers.
4
12010-11-09 Stefan Monnier <monnier@iro.umontreal.ca> 52010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes. 7 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
diff --git a/configure b/configure
index 89a11d119d5..6b218b37794 100755
--- a/configure
+++ b/configure
@@ -6221,10 +6221,10 @@ $as_echo "#define HAVE_SOUND 1" >>confdefs.h
6221 6221
6222fi 6222fi
6223 6223
6224for ac_header in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ 6224for ac_header in sys/select.h sys/time.h unistd.h utime.h \
6225 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ 6225 linux/version.h sys/systeminfo.h limits.h \
6226 stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \ 6226 stdio_ext.h fcntl.h coff.h pty.h sys/mman.h \
6227 sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \ 6227 sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
6228 sys/utsname.h pwd.h utmp.h dirent.h util.h 6228 sys/utsname.h pwd.h utmp.h dirent.h util.h
6229do : 6229do :
6230 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 6230 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
diff --git a/configure.in b/configure.in
index c018db912ce..a4ace0aa8fb 100644
--- a/configure.in
+++ b/configure.in
@@ -1218,10 +1218,10 @@ if test "${with_sound}" != "no"; then
1218fi 1218fi
1219 1219
1220dnl checks for header files 1220dnl checks for header files
1221AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ 1221AC_CHECK_HEADERS(sys/select.h sys/time.h unistd.h utime.h \
1222 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ 1222 linux/version.h sys/systeminfo.h limits.h \
1223 stdio_ext.h fcntl.h strings.h coff.h pty.h sys/mman.h \ 1223 stdio_ext.h fcntl.h coff.h pty.h sys/mman.h \
1224 sys/param.h sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \ 1224 sys/vlimit.h sys/resource.h locale.h sys/_mbstate_t.h \
1225 sys/utsname.h pwd.h utmp.h dirent.h util.h) 1225 sys/utsname.h pwd.h utmp.h dirent.h util.h)
1226 1226
1227AC_MSG_CHECKING(if personality LINUX32 can be set) 1227AC_MSG_CHECKING(if personality LINUX32 can be set)
diff --git a/src/config.in b/src/config.in
index 1846bfb9e7b..8ccda972395 100644
--- a/src/config.in
+++ b/src/config.in
@@ -687,9 +687,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
687/* Define to 1 if you have the <sys/systeminfo.h> header file. */ 687/* Define to 1 if you have the <sys/systeminfo.h> header file. */
688#undef HAVE_SYS_SYSTEMINFO_H 688#undef HAVE_SYS_SYSTEMINFO_H
689 689
690/* Define to 1 if you have the <sys/timeb.h> header file. */
691#undef HAVE_SYS_TIMEB_H
692
693/* Define to 1 if you have the <sys/time.h> header file. */ 690/* Define to 1 if you have the <sys/time.h> header file. */
694#undef HAVE_SYS_TIME_H 691#undef HAVE_SYS_TIME_H
695 692
@@ -711,9 +708,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
711/* Define to 1 if you have the <sys/_mbstate_t.h> header file. */ 708/* Define to 1 if you have the <sys/_mbstate_t.h> header file. */
712#undef HAVE_SYS__MBSTATE_T_H 709#undef HAVE_SYS__MBSTATE_T_H
713 710
714/* Define to 1 if you have the <termios.h> header file. */
715#undef HAVE_TERMIOS_H
716
717/* Define to 1 if you have the <term.h> header file. */ 711/* Define to 1 if you have the <term.h> header file. */
718#undef HAVE_TERM_H 712#undef HAVE_TERM_H
719 713