From 13985252bbf6c0a43983f19ee94255749f984522 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 28 May 2014 10:05:22 +0200 Subject: build-sys: fix typo, set HAVE_LIBUUID Signed-off-by: Karel Zak --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e203a7c04..6f2b426e6 100644 --- a/configure.ac +++ b/configure.ac @@ -752,7 +752,7 @@ AC_SUBST([LIBUUID_VERSION]) AC_SUBST([LIBUUID_VERSION_INFO]) AM_CONDITIONAL(BUILD_LIBUUID, test "x$build_libuuid" = xyes) -AS_IF([test "x$enable_libuuid" = xyes], [ +AS_IF([test "x$build_libuuid" = xyes], [ AC_DEFINE(HAVE_LIBUUID, 1, [Define to 1 if you have the -luuid.]) ]) -- cgit v1.2.3-55-g7522