diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-30 15:34:18 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-01-30 15:34:18 -0800 |
commit | 16c3e636a68cf74386d3d4d582a3a189b84d700c (patch) | |
tree | 43ef51bef626bf3b4c4d578e8dce0ad9857e98df /configure.in | |
parent | 4eec7f8b2b465c6fc2c09d37d4da2b540f607df0 (diff) | |
download | emacs-16c3e636a68cf74386d3d4d582a3a189b84d700c.tar.gz emacs-16c3e636a68cf74386d3d4d582a3a189b84d700c.tar.bz2 emacs-16c3e636a68cf74386d3d4d582a3a189b84d700c.zip |
strftime: import from gnulib
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.in b/configure.in index 91bb66d1187..627b76af59d 100644 --- a/configure.in +++ b/configure.in @@ -517,7 +517,7 @@ case "${canonical}" in machine=hp800 opsys=hpux11 ## FIXME. Peter O'Gorman reports that dumping using unexelf.o doesn't ## work either: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6811 - CANNOT_DUMP=yes + CANNOT_DUMP=yes ;; hppa*-*-linux-gnu* ) @@ -2675,8 +2675,6 @@ gl_ASSERT_NO_GNULIB_POSIXCHECK gl_ASSERT_NO_GNULIB_TESTS gl_INIT -AC_FUNC_STRFTIME - # UNIX98 PTYs. AC_CHECK_FUNCS(grantpt) @@ -3528,8 +3526,6 @@ AH_BOTTOM([ #endif #endif -#define my_strftime nstrftime /* for strftime.c */ - /* These default definitions are good for almost all machines. The exceptions override them in m/MACHINE.h. */ |