
24 Feb
2010
24 Feb
'10
4:36 p.m.
On 02/24/2010 04:21 PM, Eric Blake wrote:
+ AC_SEARCH_LIBS([dlopen], [dl], + [DLOPEN_LIBS=${LIBS#${old_libs}}
The shell expansion ${a#b} is not portable to Solaris /bin/sh. Is that a problem for libvirt, or are we Linux-centric enough to not care?
It should definitely configure right on Solaris, however it's simpler and better to use a case statement on the cache variable instead. Paolo