]> git.notmuchmail.org Git - notmuch/commit
configure: Drop global setting of IFS (without space in it).
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 26 Jan 2011 13:13:21 +0000 (23:13 +1000)
committerCarl Worth <cworth@cworth.org>
Wed, 26 Jan 2011 13:29:03 +0000 (23:29 +1000)
commitb4b5e9ce4dac62111ec11da6d22b7e618056801f
treee98cf0d5523f0472b580ce7c53d05b3620642770
parent74cb76a69d4fb47bb1c03f2d688807793d39ab73
configure: Drop global setting of IFS (without space in it).

This was originally intended to help support filenames with spaces in
them, but this actually breaks things when someone sets a command with
a space in it, (such as CC="ccache cc").

Instead, we now only set a custom IFS when acting on the
newline-separated list of files from /sbin/ldconfig.
configure