john.le...@sun.com wrote:
> Install schemas into correct location for Solaris
>
> Signed-off-by: John Levon <john.le...@sun.com>
>
> 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@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to