From 4bd63b215f47d5e0ea92a8be25850889eccbfeed Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 30 Dec 2013 22:41:48 -0500 Subject: [PATCH] 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" --- lib/config.h.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.8.3.1