diff options
| author | Glenn Morris | 2013-03-06 06:17:39 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-03-06 06:17:39 -0500 |
| commit | 34fd7a48dde735b199d618c06ea87a5e8f193406 (patch) | |
| tree | 2a07e152df222d9a8b50ce9e2fe32e219e27c989 | |
| parent | 0bafabe7b28b6ee05cf052579e398102fd73e0eb (diff) | |
| download | emacs-34fd7a48dde735b199d618c06ea87a5e8f193406.tar.gz emacs-34fd7a48dde735b199d618c06ea87a5e8f193406.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/autogen/configure b/autogen/configure index a1844067f9d..f4e74332006 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -5896,7 +5896,8 @@ else | |||
| 5896 | test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS" | 5896 | test "x$NON_GCC_TEST_OPTIONS" != x && CC="$CC $NON_GCC_TEST_OPTIONS" |
| 5897 | fi | 5897 | fi |
| 5898 | 5898 | ||
| 5899 | # Avoid gnulib's tests for O_NOATIME and O_NOFOLLOW, as we don't use them. | 5899 | # Avoid gnulib's tests for HAVE_WORKING_O_NOATIME and HAVE_WORKING_O_NOFOLLOW, |
| 5900 | # as we don't use them. | ||
| 5900 | 5901 | ||
| 5901 | # Avoid gnulib's threadlib module, as we do threads our own way. | 5902 | # Avoid gnulib's threadlib module, as we do threads our own way. |
| 5902 | 5903 | ||
| @@ -9887,14 +9888,6 @@ case "${window_system}" in | |||
| 9887 | ;; | 9888 | ;; |
| 9888 | esac | 9889 | esac |
| 9889 | 9890 | ||
| 9890 | if test -n "${term_header}"; then | ||
| 9891 | |||
| 9892 | cat >>confdefs.h <<_ACEOF | ||
| 9893 | #define TERM_HEADER "${term_header}" | ||
| 9894 | _ACEOF | ||
| 9895 | |||
| 9896 | fi | ||
| 9897 | |||
| 9898 | if test "$window_system" = none && test "X$with_x" != "Xno"; then | 9891 | if test "$window_system" = none && test "X$with_x" != "Xno"; then |
| 9899 | # Extract the first word of "X", so it can be a program name with args. | 9892 | # Extract the first word of "X", so it can be a program name with args. |
| 9900 | set dummy X; ac_word=$2 | 9893 | set dummy X; ac_word=$2 |