
This patch introduces a macro in acinclude.m4 to check for libuuid development files and fixes the build accordingly. Signed-off-by: Eduardo Lima (Etrunko) <eblima@br.ibm.com> --- acinclude.m4 | 19 +++++++++++++++++++ configure.ac | 4 ++++ libxkutil/Makefile.am | 11 +++++------ libxkutil/xmlgen.c | 2 +- src/Virt_SettingsDefineCapabilities.c | 2 +- src/Virt_VSMigrationService.c | 2 +- src/Virt_VirtualSystemSnapshotService.c | 2 +- 7 files changed, 32 insertions(+), 10 deletions(-) mode change 100755 => 100644 acinclude.m4 mode change 100755 => 100644 configure.ac mode change 100755 => 100644 libxkutil/Makefile.am mode change 100755 => 100644 libxkutil/xmlgen.c mode change 100755 => 100644 src/Virt_SettingsDefineCapabilities.c mode change 100755 => 100644 src/Virt_VSMigrationService.c mode change 100755 => 100644 src/Virt_VirtualSystemSnapshotService.c