openpty: Fix mistake from 2010-03-21.
authorBruno Haible <bruno@clisp.org>
Fri, 16 Apr 2010 00:38:16 +0000 (02:38 +0200)
committerIan Beckwith <ianb@erislabs.net>
Mon, 19 Apr 2010 16:33:47 +0000 (17:33 +0100)
(cherry picked from commit e764ea2fcb9a6247ae4dc0d4c0566b43d950a694)

ChangeLog
m4/pty.m4

index bf8bd0b..abcd239 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-15  Bruno Haible  <bruno@clisp.org>
+
+       openpty: Fix mistake from 2010-03-21.
+       * m4/pty.m4 (gl_FUNC_OPENPTY): Define HAVE_OPENPTY when openpty exists.
+       Reported by Simon Josefsson.
+
 2010-04-15  Eric Blake  <eblake@redhat.com>
 
        test-forkpty: fix expected signature
index 355db28..617b1b9 100644 (file)
--- a/m4/pty.m4
+++ b/m4/pty.m4
@@ -1,4 +1,4 @@
-# pty.m4 serial 6
+# pty.m4 serial 7
 dnl Copyright (C) 2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -119,6 +119,8 @@ AC_DEFUN([gl_FUNC_OPENPTY],
     if test $gl_cv_func_openpty_const != yes; then
       REPLACE_OPENPTY=1
       AC_LIBOBJ([openpty])
+      AC_DEFINE([HAVE_OPENPTY], [1],
+        [Define to 1 if the system has the 'openpty' function.])
     fi
   else
     dnl The system does not have openpty.