diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2020-08-12 11:40:12 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-08-12 11:45:55 -0700 |
commit | 7e3fd65bb92eca64cbe310f0fe6f018dfedf8a44 (patch) | |
tree | 15b437a24b470090f6f4dd4a936d35d18f0ef9b3 /lib/gnulib.mk.in | |
parent | e697ca152570d59f9b591fc2003292c30d4be050 (diff) | |
download | emacs-7e3fd65bb92eca64cbe310f0fe6f018dfedf8a44.tar.gz |
Stop using Gnulib inttypes module
It wasn’t needed for MinGW after all, no other platform
seems to need it, and it slows down ‘configure’.
* admin/merge-gnulib (GNULIB_MODULES): Remove inttypes.
* m4/gnulib-comp.m4: Regenerate.
Diffstat (limited to 'lib/gnulib.mk.in')
-rw-r--r-- | lib/gnulib.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnulib.mk.in b/lib/gnulib.mk.in index e7e9fbdc312..92d0621c61a 100644 --- a/lib/gnulib.mk.in +++ b/lib/gnulib.mk.in @@ -116,7 +116,6 @@ # ieee754-h \ # ignore-value \ # intprops \ -# inttypes \ # largefile \ # libgmp \ # lstat \ |