On Mon, 2011-07-25 at 16:18 +0200, Enrico Scholz wrote: > + PKG_CONFIG_LIBDIR=`echo "$PKG_CONFIG_LIBDIR" | sed -e 's/^://' -e > 's/:.*//'` > +- if test -n "$PKG_CONFIG_LIBDIR" && test -d "$PKG_CONFIG_LIBDIR" ; then > ++ if test -n "$PKG_CONFIG_LIBDIR" ; then
I wonder if it would be easier to just create the directory in do_configure() so that the test always succeeds, rather than patching configure like this. p. _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
