X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fspawn_h.m4;h=5f0df9a624b3b0ac62538f04756b47fe0a85fd69;hb=f91a52116057e8f56e1af7dd58b2ded6274d60e5;hp=33d30e6e9020ef889508531c6c0469d4f0873958;hpb=0b88a15dca93414df75ff004811c8e2573d593e3;p=gnulib.git diff --git a/m4/spawn_h.m4 b/m4/spawn_h.m4 index 33d30e6e9..5f0df9a62 100644 --- a/m4/spawn_h.m4 +++ b/m4/spawn_h.m4 @@ -1,4 +1,4 @@ -# spawn_h.m4 serial 14 +# spawn_h.m4 serial 15 dnl Copyright (C) 2008-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -34,6 +34,9 @@ AC_DEFUN([gl_SPAWN_H], dnl Ensure the type pid_t gets defined. AC_REQUIRE([AC_TYPE_PID_T]) + dnl Ensure the type mode_t gets defined. + AC_REQUIRE([AC_TYPE_MODE_T]) + AC_REQUIRE([gl_HAVE_POSIX_SPAWN]) AC_REQUIRE([AC_C_RESTRICT])