summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-08-17 00:23:21 -0700
committerGlenn Morris <rgm@gnu.org>2012-08-17 00:23:21 -0700
commita09710e913297f40c320c93689391a0a8fe4bc3a (patch)
treec9e23cc3c6f07071ae4236bf1b94f23c73cd3ce1 /configure.ac
parent1598ef28c19ef0b0c11c95fd149f08e9711f15cc (diff)
downloademacs-a09710e913297f40c320c93689391a0a8fe4bc3a.tar.gz
Whitespace
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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
dnl if HAVE_POSIX_OPENPT
if test "x$ac_cv_func_posix_openpt" = xyes; then
AC_DEFINE(PTY_OPEN, [fd = posix_openpt (O_RDWR | O_NOCTTY)])
- AC_DEFINE(PTY_NAME_SPRINTF, [] )
+ AC_DEFINE(PTY_NAME_SPRINTF, [])
dnl if HAVE_GETPT
elif test "x$ac_cv_func_getpt" = xyes; then
AC_DEFINE(PTY_OPEN, [fd = getpt ()])