]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: fix typo, set HAVE_LIBUUID
authorKarel Zak <kzak@redhat.com>
Wed, 28 May 2014 08:05:22 +0000 (10:05 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 28 May 2014 08:05:22 +0000 (10:05 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index e203a7c044e4ec80a561b8fd806fbd14beb02cc1..6f2b426e675a4e10fe86b8551fe37f7f416b4c07 100644 (file)
@@ -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.])
 ])