diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac index aa028b67..e7347025 100644 --- a/configure.ac +++ b/configure.ac @@ -259,25 +259,6 @@ fi AC_SUBST(WARNING_CFLAGS) -dnl =========================================================================== - -dnl strftime checks - -AC_TRY_RUN([#include <time.h> - int main () - { - 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 ========================================================================== dnl libegg |