diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 40d82cd..b5ccf24 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -74,10 +74,8 @@ libcompat_la_SOURCES += compat/inet_pton.c | |||
74 | endif | 74 | endif |
75 | 75 | ||
76 | if !HAVE_TIMEGM | 76 | if !HAVE_TIMEGM |
77 | if !HAVE__MKGMTIME | ||
78 | libcompat_la_SOURCES += compat/timegm.c | 77 | libcompat_la_SOURCES += compat/timegm.c |
79 | endif | 78 | endif |
80 | endif | ||
81 | 79 | ||
82 | if !HAVE_REALLOCARRAY | 80 | if !HAVE_REALLOCARRAY |
83 | libcompat_la_SOURCES += compat/reallocarray.c | 81 | libcompat_la_SOURCES += compat/reallocarray.c |