Hi Tim, > > A simpler way to achieve the same thing is to include the gnulib module > > 'libunistring-optional'. It will use the system libunistring if it > > exists and is new enough, and otherwise compile the respective modules > > from source. > > Ah, I didn't know that, thanks. > > Don't that pull in all the unistring modules (and code) ? At least for > building the project.
No, it will only pull in the modules that you have requested and their dependencies. Bruno