Skip to content

Commit

Permalink
Merge pull request #254 from chewi/ntfs-headers
Browse files Browse the repository at this point in the history
ntfstime.h uses the time.h, sys/stat.h, sys/time.h headers
  • Loading branch information
Thomas-Tsai authored Oct 29, 2024
2 parents 7f00675 + 1e1b01b commit a09cc91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ if test "$enable_ntfs" = "yes"; then
#check library of some filesystems
dnl Check for NTFS-3g
AS_MESSAGE([checking for NTFS-3g Library and Header files ... ...])
AC_CHECK_HEADERS([sys/time.h sys/stat.h time.h])
AC_CHECK_HEADERS([ntfs-3g/misc.h], ntfs_3g_h=1,
AC_MSG_WARN([*** NTFS(libntfs-3g-dev) header not found]))
AC_CHECK_LIB([ntfs-3g], [ntfs_mount], ntfs_3g_l=1,
Expand Down

0 comments on commit a09cc91

Please sign in to comment.