mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
* Fix unnecessary use of AC_INCLUDES_DEFAULT (configure script + image is the same without it) which causes noise in ./configure * Drop USE=debug for debug symbols (invalid) * Rename USE=debugger -> USE=debug to match what USE=debug is really for * Cleanup 64-bit test Closes: https://bugs.gentoo.org/921345 Signed-off-by: Sam James <sam@gentoo.org>
12 lines
281 B
Diff
12 lines
281 B
Diff
https://bugs.gentoo.org/921345
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -148,7 +148,6 @@ AC_PROG_MAKE_SET
|
|
# Checks for libraries.
|
|
|
|
# Checks for header files.
|
|
-AC_INCLUDES_DEFAULT()
|
|
AC_HEADER_RESOLV
|
|
AC_CHECK_HEADERS([sys/malloc.h malloc.h], [], [],
|
|
[[#ifdef HAVE_SYS_MALLOC_H
|