--- libvirt-0.4.6/src/libvirt.c.orig 2008-10-14 15:33:00.000000000 +0100 +++ libvirt-0.4.6/src/libvirt.c 2008-10-14 15:48:54.000000000 +0100 @@ -297,10 +297,10 @@ if (lxcRegister() == -1) return -1; #endif if (storageRegister() == -1) return -1; +#endif #ifdef WITH_REMOTE if (remoteRegister () == -1) return -1; #endif -#endif return(0); }