diff options
| author | Glenn Morris | 2012-08-17 00:23:21 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-08-17 00:23:21 -0700 |
| commit | a09710e913297f40c320c93689391a0a8fe4bc3a (patch) | |
| tree | c9e23cc3c6f07071ae4236bf1b94f23c73cd3ce1 | |
| parent | 1598ef28c19ef0b0c11c95fd149f08e9711f15cc (diff) | |
| download | emacs-a09710e913297f40c320c93689391a0a8fe4bc3a.tar.gz emacs-a09710e913297f40c320c93689391a0a8fe4bc3a.zip | |
Whitespace
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 30bfb95e1dc..2394790c455 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -3425,7 +3425,7 @@ case $opsys in | |||
| 3425 | dnl if HAVE_POSIX_OPENPT | 3425 | dnl if HAVE_POSIX_OPENPT |
| 3426 | if test "x$ac_cv_func_posix_openpt" = xyes; then | 3426 | if test "x$ac_cv_func_posix_openpt" = xyes; then |
| 3427 | AC_DEFINE(PTY_OPEN, [fd = posix_openpt (O_RDWR | O_NOCTTY)]) | 3427 | AC_DEFINE(PTY_OPEN, [fd = posix_openpt (O_RDWR | O_NOCTTY)]) |
| 3428 | AC_DEFINE(PTY_NAME_SPRINTF, [] ) | 3428 | AC_DEFINE(PTY_NAME_SPRINTF, []) |
| 3429 | dnl if HAVE_GETPT | 3429 | dnl if HAVE_GETPT |
| 3430 | elif test "x$ac_cv_func_getpt" = xyes; then | 3430 | elif test "x$ac_cv_func_getpt" = xyes; then |
| 3431 | AC_DEFINE(PTY_OPEN, [fd = getpt ()]) | 3431 | AC_DEFINE(PTY_OPEN, [fd = getpt ()]) |