]> git.notmuchmail.org Git - notmuch/commit
configure: Remove space from IFS (using tab as necessary)
authorCarl Worth <cworth@cworth.org>
Fri, 4 Jun 2010 23:51:32 +0000 (16:51 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 4 Jun 2010 23:51:32 +0000 (16:51 -0700)
commitb3076ed2693c6e32fd70a9ec78e36bc71727356e
treef5b6acb694753d9a98284c3001a8ed9fcb695a64
parent7b78eb4af6e87532795d09bd82152002ab4a74b1
configure: Remove space from IFS (using tab as necessary)

The idea here is to more easily support filenames with spaces in them
in various loops. We're about to add a loop over the paths configured
by the dynamic linker. Hopefully, they wouldn't contain spaces, but
one never knows so we might as well be prepared.
configure