summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2014-05-28 10:05:22 +0200
committerKarel Zak2014-05-28 10:05:22 +0200
commit13985252bbf6c0a43983f19ee94255749f984522 (patch)
treea789a4d19dc8d44be496f6b642a985c007e449b9 /configure.ac
parentbuild-sys: enable chfn and chsh by default (diff)
downloadkernel-qcow2-util-linux-13985252bbf6c0a43983f19ee94255749f984522.tar.gz
kernel-qcow2-util-linux-13985252bbf6c0a43983f19ee94255749f984522.tar.xz
kernel-qcow2-util-linux-13985252bbf6c0a43983f19ee94255749f984522.zip
build-sys: fix typo, set HAVE_LIBUUID
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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.])
])