]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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.


No differences found