Remove define GNU_SOURCE

Not needed.  We get it in our config.h automatically thanks to
AC_USE_SYSTEM_EXTENSIONS.  Let's see whose build it breaks...
If we end up putting it back, we should add other things from
that macro and remove the macro.
This commit is contained in:
Behdad Esfahbod 2018-12-17 17:56:10 -05:00
parent 87ff65aea1
commit 483f2491e4
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@
#ifndef HB_HH
#define HB_HH
#define _GNU_SOURCE 1
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif