]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix shell errors when trying to AC_MSG_RESULT() for --with-module.
authorJeff Trawick <trawick@apache.org>
Sun, 30 Sep 2012 21:55:13 +0000 (21:55 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 30 Sep 2012 21:55:13 +0000 (21:55 +0000)
commit7c5483e4ed7596f87f35a7598f39ff1d20a216ea
tree8b3ff84353330d35e6d2cd6d8db781fe7c713a91
parenta35e22e7f2e8956699be553de83669cde541bb11
Fix shell errors when trying to AC_MSG_RESULT() for --with-module.
(The change to IFS hosed any AC_MSG_foo() invocations.)

It is easy enough to reorder the reset of IFS and the AC_MSG_RESULT()
invocation, but there's a big stretch of shell code where AC_MSG_foo()
might be useful someday, so get rid of the commas at the start and
leave IFS alone and AC_MSG_foo() at will.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1392120 13f79535-47bb-0310-9956-ffa450edef68
modules/config5.m4