summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-04-03 14:29:53 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2020-06-16 19:51:24 +0200
commit3cf85f7d96c4e9d2d03f1a389a5062caa42386c9 (patch)
tree57756b401e59c107c42c3306e354a8fd86a0ee68 /configure.ac
parent36875203bdfc21bbe79a50ab58aae913b0280c91 (diff)
downloadmate-utils-3cf85f7d96c4e9d2d03f1a389a5062caa42386c9.tar.bz2
mate-utils-3cf85f7d96c4e9d2d03f1a389a5062caa42386c9.tar.xz
gsearchtool: Remove the warning about ‘GTimeVal’ is deprecated
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index 7dcaddb0..ed501a1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -258,25 +258,6 @@ AS_IF([test "x$have_ipv6" = "xyes"],
]
)
-
-dnl strftime extension checks
-AC_TRY_RUN([
- #include <time.h>
- int main (void) {
- char buf[100];
- struct tm tm = {0};
- tm.tm_year = 99;
- if (strftime(buf, 100, "%EY", &tm) == 4 && strcmp (buf, "1999")==0)
- return 0;
- return 1;
- }
- ],
- [
- AC_DEFINE([HAVE_STRFTIME_EXTENSION], [1],
- [Define if strftime supports %E and %O modifiers.])
- ]
-)
-
dnl mate-search-tool checks
withval=""
AC_ARG_WITH([grep],