From 756bfd018eb393640dad490df1a1ca840d9ee79b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 7 Dec 2006 00:26:31 +0100 Subject: Imported from util-linux-2.12o tarball. --- configure | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'configure') diff --git a/configure b/configure index cb7fa3ee..6d73b219 100755 --- a/configure +++ b/configure @@ -12,6 +12,7 @@ # H4. For nls.h: do we have ? # H5. For cal.c: do we have ? # H6. For mkswap.c: do we have or ? +# H6a For mkswap.c: do we have ? # H7. For nfsmount.c: do we have ? # H8. For nfsmount.h (nfsmount_xdr.c: int32_t): do we have ? # H9. For raw.c: do we have ? @@ -163,6 +164,16 @@ else if ./testincl "asm/page.h"; then echo "#define HAVE_asm_page_h" >> defines.h fi; fi +# +# H6a. For mkswap.c: do we have ? +# +if ./testincl "uuid/uuid.h"; then + echo "#define HAVE_uuid_uuid_h" >> defines.h + echo "HAVE_UUID=yes" >> make_include +else + echo "HAVE_UUID=no" >> make_include +fi + # # H7. For nfsmount.c: do we have ? # -- cgit v1.2.3