]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
strsep: check for availability (Solaris support)
authorBlake Jones <blakej@foo.net>
Fri, 16 Aug 2013 14:38:16 +0000 (16:38 +0200)
committerDavid Bremner <bremner@debian.org>
Fri, 23 Aug 2013 15:55:39 +0000 (17:55 +0200)
Solaris does not ship a version of the strsep() function.  This change
adds a check to "configure" to see whether notmuch needs to provide its
own implementation, and if so, it uses the new version in
"compat/strsep.c" (which was copied from Mutt, and apparently before
that from glibc).

Signed-off-by: Vladimir Marek <vlmarek@volny.cz>

No differences found