summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-09 12:14:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-09 12:14:58 +0000
commitef98740d31e9df52f49093fc31f3a58d4f242691 (patch)
tree47b4525beb8cc17ecd730c143b6c4eddfa97e5b2 /ChangeLog
parente9c4a44f238153114d91b5996bc8cb04e7a573a0 (diff)
* configure.in (AC_FUNC_GETPGRP, AC_FUNC_SETPGRP): no need when
not used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 15fa12ec02..ec53ed9423 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Tue Nov 9 21:13:02 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Tue Nov 9 21:14:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (AC_FUNC_GETPGRP, AC_FUNC_SETPGRP): no need when
+ not used.
* configure.in (EXPORT_PREFIX): check generic prefix.