blob: ccd2934b3a10ebfc12f8fdca700fd526a09b1703 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001--- /tmp/configure.in 2009-04-13 11:26:43.000000000 +0200
2+++ nautilus-2.26.1/configure.in 2009-04-13 11:28:37.000000000 +0200
3@@ -375,25 +375,6 @@
4
5 dnl ===========================================================================
6
7-dnl strftime checks
8-
9-AC_TRY_RUN([#include <time.h>
10- int main ()
11- {
12- char buf[100];
13- struct tm tm = {0};
14- tm.tm_year = 99;
15- if (strftime(buf, 100, "%EY", &tm) == 4 &&
16- strcmp (buf, "1999")==0)
17- return 0;
18- return 1;
19- }
20- ],
21- AC_DEFINE(HAVE_STRFTIME_EXTENSION, 1, [Define if strftime supports %E and %O modifiers.])
22- )
23-
24-dnl ===========================================================================
25-
26 #
27 # Checks for Xft/XRender
28 #