Use nostdinc instead of overriding DEFAULT_INCLUDES.
This commit is contained in:
parent
96dd6e5f6c
commit
ac9e32ff91
2 changed files with 1 additions and 3 deletions
|
@ -4,7 +4,7 @@ AC_PREREQ(2.61)
|
|||
AC_INIT([tinc], m4_esyscmd_s((git describe || echo UNKNOWN) | sed 's/release-//'))
|
||||
AC_CONFIG_SRCDIR([src/tincd.c])
|
||||
AC_GNU_SOURCE
|
||||
AM_INIT_AUTOMAKE([std-options subdir-objects -Wall])
|
||||
AM_INIT_AUTOMAKE([std-options subdir-objects nostdinc -Wall])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
|
|
|
@ -13,8 +13,6 @@ if LINUX
|
|||
sbin_PROGRAMS += sptps_speed
|
||||
endif
|
||||
|
||||
DEFAULT_INCLUDES =
|
||||
|
||||
ed25519_SOURCES = \
|
||||
ed25519/add_scalar.c \
|
||||
ed25519/ed25519.h \
|
||||
|
|
Loading…
Reference in a new issue