Whamcloud - gitweb
fix build with configure --disable-uuid --disable-blkid --enable-profile
authorTheodore Ts'o <tytso@mit.edu>
Fri, 19 Sep 2014 01:11:33 +0000 (21:11 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 19 Sep 2014 01:11:33 +0000 (21:11 -0400)
commit5afdf37b56976e21dd861ae609b25329ac254afe
treefe122d496da1a856e3fe0ebd89be11f2c793426c
parent1419b5ae0b3bf093bd694dd592ebfdb58ac92d10
fix build with configure --disable-uuid --disable-blkid --enable-profile

We need to make sure PROFILED_LIBUUID and PROFILED_LIBBLKID are
defined when we are using the system uuid and blkid libraries.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.in