diff options
| author | Paul Eggert | 2020-08-12 11:40:12 -0700 |
|---|---|---|
| committer | Paul Eggert | 2020-08-12 11:45:55 -0700 |
| commit | 7e3fd65bb92eca64cbe310f0fe6f018dfedf8a44 (patch) | |
| tree | 15b437a24b470090f6f4dd4a936d35d18f0ef9b3 /lib | |
| parent | e697ca152570d59f9b591fc2003292c30d4be050 (diff) | |
| download | emacs-7e3fd65bb92eca64cbe310f0fe6f018dfedf8a44.tar.gz emacs-7e3fd65bb92eca64cbe310f0fe6f018dfedf8a44.zip | |
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')
| -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 @@ | |||
| 116 | # ieee754-h \ | 116 | # ieee754-h \ |
| 117 | # ignore-value \ | 117 | # ignore-value \ |
| 118 | # intprops \ | 118 | # intprops \ |
| 119 | # inttypes \ | ||
| 120 | # largefile \ | 119 | # largefile \ |
| 121 | # libgmp \ | 120 | # libgmp \ |
| 122 | # lstat \ | 121 | # lstat \ |