From: Theodore Ts'o Date: Tue, 31 Dec 2013 03:41:48 +0000 (-0500) Subject: update config.h.in file to enable loopback mount detection X-Git-Tag: v1.42.9.wc1~149 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=4bd63b215f47d5e0ea92a8be25850889eccbfeed;p=tools%2Fe2fsprogs.git update config.h.in file to enable loopback mount detection Commit fbabd5c44c23 added loopback mount detection. However, we failed to update the config.h file, so the code wasn't actually enabled. Fix this oversight. Addresses-Debian-Bug: #497984 Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/config.h.in b/lib/config.h.in index b500a2c..284eb33 100644 --- a/lib/config.h.in +++ b/lib/config.h.in @@ -197,6 +197,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_FD_H +/* Define to 1 if you have the header file. */ +#undef HAVE_LINUX_LOOP_H + /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_MAJOR_H