summaryrefslogtreecommitdiff
path: root/ltdl/m4/stackovf.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ltdl/m4/stackovf.m4')
-rw-r--r--ltdl/m4/stackovf.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ltdl/m4/stackovf.m4 b/ltdl/m4/stackovf.m4
index 57e4acce..8b9232ef 100644
--- a/ltdl/m4/stackovf.m4
+++ b/ltdl/m4/stackovf.m4
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# serial 5
+# serial 6
# M4_SYS_STACKOVF
# ---------------
@@ -51,7 +51,7 @@ if test "$ac_cv_func_sigaction" = yes || test "$ac_cv_func_sigvec" = yes; then
]], [[struct rlimit r; getrlimit (RLIMIT_STACK, &r);
#if (!defined(HAVE_SIGACTION) || !defined(SA_ONSTACK)) \
&& (!defined(HAVE_SIGVEC) || !defined(SV_ONSTACK))
-choke me /* SA_ONSTACK and/or SV_ONSTACK are not defined */
+choke me /* SA_ONSTACK and/or SV_ONSTACK are not defined */
#endif
]])], [M4_cv_use_stackovf=yes])
fi