diff options
| author | William A. Kennington III <wak@google.com> | 2018-07-19 15:27:58 -0700 |
|---|---|---|
| committer | William A. Kennington III <wak@google.com> | 2018-07-19 17:16:42 -0700 |
| commit | 15ac222458688558cf41d22c9abe5ae8e267299a (patch) | |
| tree | cc45fdf6beae1bb5812d1dca4b9e2bb12eb293f0 | |
| parent | 00ede16c02ae55ecf27c4546bc82b85641058f9b (diff) | |
| download | sdeventplus-15ac222458688558cf41d22c9abe5ae8e267299a.tar.gz sdeventplus-15ac222458688558cf41d22c9abe5ae8e267299a.zip | |
configure: Remove default automake includes
Otherwise we end up masking c++ system headers like <exception> with our
own test and example binaries
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f0e2e86..399744f 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_LANG([C++]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIRS([m4]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([foreign subdir-objects -Wall -Werror dist-xz tar-ustar]) +AM_INIT_AUTOMAKE([nostdinc foreign subdir-objects -Wall -Werror dist-xz tar-ustar]) AM_SILENT_RULES([yes]) # Make sure the default CFLAGS of `-O2 -g` don't override CODE_COVERAGE_CFLAGS |

