Default to ST_MTIM when using --no-thanks
As we learned in #45, ST_MTIM is the POSIX declaration so let's default to that when using --no-thanks.189dc1e3a6f3b21d602c8e62b755755dad98b82c
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
@@ -807,8 +807,8 @@ if [ $doconfigure -eq 0 ] ; then
/* #define HAVE_SETRESUID */
/* #define HAVE_SIG_T */
/* #define HAVE_SRAND_DETERMINISTIC */
-/* #define HAVE_ST_MTIM */
-#define HAVE_ST_MTIMESPEC
+#define HAVE_ST_MTIM
+/* #define HAVE_ST_MTIMESPEC */
/* #define HAVE_STRAVIS */
/* #define HAVE_STRLCAT */
/* #define HAVE_STRLCPY */