john.levon@xxxxxxx wrote: > Install schemas into correct location for Solaris > > Signed-off-by: John Levon <john.levon@xxxxxxx> > > diff --git a/configure.in b/configure.in > --- a/configure.in > +++ b/configure.in > @@ -141,6 +141,10 @@ if test -n "$UDEVSETTLE"; then > AC_DEFINE_UNQUOTED([UDEVSETTLE],["$UDEVSETTLE"], > [Location or name of the udevsettle program]) > fi > + > +SCHEMA_DIR=${pkgdatadir}/schemas > +test `uname -s` = SunOS && SCHEMA_DIR=${datadir}/lib/xml/rng/libvirt ACK, but please drop the curly braces on the two lines above. They just add unnecessary syntax. -- Libvir-list mailing list Libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list