[config] Allow overriding chosen config

This commit is contained in:
Behdad Esfahbod 2019-05-11 16:12:07 -07:00
parent 30c059a978
commit 5249eee437
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#if 0 /* Make test happy. */
#include "hb.hh"
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@ -97,4 +98,9 @@
#endif
#ifdef HAVE_CONFIG_OVERRIDE_H
#include "config-override.h"
#endif
#endif /* HB_CONFIG_HH */