configure.in: Check for `libgen.h'.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 29 Apr 2007 07:54:58 +0000 (09:54 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 29 Apr 2007 07:54:58 +0000 (09:54 +0200)
configure.in

index 01c6d73..e4d3d67 100644 (file)
@@ -208,6 +208,7 @@ AC_CHECK_HEADERS(mach/kern_return.h)
 
 # For hddtemp module
 AC_CHECK_HEADERS(linux/major.h)
+AC_CHECK_HEADERS(libgen.h)
 
 # For the apple_sensors module
 AC_CHECK_HEADERS(CoreFoundation/CoreFoundation.h)