]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: fix readline/editline for xfs_io and xfs_quota
authorEric Sandeen <sandeen@redhat.com>
Mon, 18 May 2009 16:06:03 +0000 (11:06 -0500)
committerEric Sandeen <sandeen@redhat.com>
Mon, 18 May 2009 16:06:03 +0000 (11:06 -0500)
commitd2e43158ae65863df2d5310381ed316f8e6871ce
tree844f6a6b6e8a2c464d14f9497504372e9b16dc5b
parenta6634fba3dec4a92f0a2c4e30c80b634c0576ad5
xfsprogs: fix readline/editline for xfs_io and xfs_quota

It looks like libxcmd wasn't ever being built with -DENABLE_READLINE
even when it was asked for by configure --enable-readline=yes
so xfs_io & xfs_quota didn't get the functionality.

This seems to fix it up for me (fixes editline too while we're
at it).

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
growfs/Makefile
libxcmd/Makefile