diff options
author | Jeremy Huddleston Sequoia <[email protected]> | 2015-01-01 19:48:40 -0800 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-05-20 22:16:18 +0100 |
commit | 0a265449854bbfd86f0227499e65464b7fcc6670 (patch) | |
tree | 0ac380ff04d85d09c948cd289a5b6f96c3580a99 /configure.ac | |
parent | eb1b41302d07e6850987e17832c33a844a334d73 (diff) |
swrast: Build fix for darwin
Fixes regression from commit 64b1dc44495890cbc2c7c5509cb830264020998c
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90147
Signed-off-by: Jeremy Huddleston Sequoia <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
CC: Emil Velikov <[email protected]>
CC: [email protected]
CC: [email protected]
(cherry picked from commit 5b2d3480f57168d50ad24cf0b8c9244414bd3701)
Nominated-by: Emil Velikov <[email protected]>
Squashed with commit
swrast: Build fix for Solaris
Fixes regression from commit 5b2d3480f57168d50ad24cf0b8c9244414bd3701
Cc: "10.5 10.6" <[email protected]>
Signed-off-by: Alan Coopersmith <[email protected]>
Reviewed-by: Jeremy Huddleston Sequoia <[email protected]>
(cherry picked from commit 31cd2d75dc3844e40143f649fe383de17c152a13)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 101cf664ec9..98c6b8aaa5b 100644 --- a/configure.ac +++ b/configure.ac @@ -609,6 +609,7 @@ if test "x$enable_asm" = xyes; then fi AC_CHECK_HEADER([xlocale.h], [DEFINES="$DEFINES -DHAVE_XLOCALE_H"]) +AC_CHECK_HEADER([sys/sysctl.h], [DEFINES="$DEFINES -DHAVE_SYS_SYSCTL_H"]) AC_CHECK_FUNC([strtof], [DEFINES="$DEFINES -DHAVE_STRTOF"]) dnl Check to see if dlopen is in default libraries (like Solaris, which |