public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/mico/2.3.13: 012_all_early-header-check.patch
@ 2011-05-26  9:17 Michael Haubenwallner (haubi)
  0 siblings, 0 replies; only message in thread
From: Michael Haubenwallner (haubi) @ 2011-05-26  9:17 UTC (permalink / raw
  To: gentoo-commits

haubi       11/05/26 09:17:03

  Added:                012_all_early-header-check.patch
  Log:
  fix function prototype checks due to first header check being conditional

Revision  Changes    Path
1.1                  src/patchsets/mico/2.3.13/012_all_early-header-check.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/mico/2.3.13/012_all_early-header-check.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/mico/2.3.13/012_all_early-header-check.patch?rev=1.1&content-type=text/plain

Index: 012_all_early-header-check.patch
===================================================================
The first header-check resolves AC_REQUIRE(AC_PROG_EGREP). If that is not
run due to some condition, EGREP is unset for subsequent checks.
This breaks the checks for function prototypes.

--- configure.in.orig	2011-05-26 07:49:07.047082532 +0200
+++ configure.in	2011-05-26 07:52:48.130834617 +0200
@@ -411,6 +411,8 @@
 AC_SUBST(EXTRA_CXXFLAGS)
 ac_compile="$ac_compile "'$EXTRA_CXXFLAGS'
 
+AC_HEADER_STDC
+
 #
 # thread support
 #
@@ -1342,7 +1344,6 @@
 # Checks for header files.
 #
 
-AC_HEADER_STDC
 AC_CHECK_HEADERS(fcntl.h unistd.h sys/select.h strings.h float.h ieeefp.h)
 AC_CHECK_HEADERS(sys/un.h netinet/in.h arpa/inet.h netdb.h dlfcn.h dl.h)
 AC_CHECK_HEADERS(netinet/tcp.h stdlib.h sys/time.h sunmath.h sys/stat.h)






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-26  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26  9:17 [gentoo-commits] gentoo commit in src/patchsets/mico/2.3.13: 012_all_early-header-check.patch Michael Haubenwallner (haubi)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox