commit | 4a1e15a8babb2176a427f40c92b7ac1e3bf7346d | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Jul 01 17:20:24 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jul 01 17:20:24 2009 -0400 |
tree | 63962be1cbbdec503c83b5244237bdfbda738a7d | |
parent | 4b76dfb123c9c7aa48b069d99f6bd5e09c63bf5c [diff] |
Fix compilation problem when building with --disable-uuid The MCONFIG.in file used $(LIBUUID) in the definition of DEPLIBBLKID, when it should have used $(DEPLIBUUID) instead. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>