wctype-h: Add support for Minix.
[gnulib.git] / modules / openpty
index bfe427d..27a8bfc 100644 (file)
@@ -12,7 +12,10 @@ fcntl-h
 ioctl
 
 configure.ac:
-gl_OPENPTY
+gl_FUNC_OPENPTY
+if test $HAVE_OPENPTY = 0 || test $REPLACE_OPENPTY = 1; then
+  AC_LIBOBJ([openpty])
+fi
 gl_PTY_MODULE_INDICATOR([openpty])
 
 Makefile.am: