Whamcloud - gitweb
Fix compilation problem when building with --disable-uuid
authorTheodore Ts'o <tytso@mit.edu>
Wed, 1 Jul 2009 21:20:24 +0000 (17:20 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 1 Jul 2009 21:20:24 +0000 (17:20 -0400)
commit4a1e15a8babb2176a427f40c92b7ac1e3bf7346d
tree63962be1cbbdec503c83b5244237bdfbda738a7d
parent4b76dfb123c9c7aa48b069d99f6bd5e09c63bf5c
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>
MCONFIG.in