diff options
author | Alan Coopersmith <[email protected]> | 2015-05-15 19:05:45 -0700 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-05-20 21:44:21 +0100 |
commit | 31cd2d75dc3844e40143f649fe383de17c152a13 (patch) | |
tree | eb5089e0afe7eb57e3f5ac98f758bafa5cee9366 /configure.ac | |
parent | 2126c68e5cba79709e228f12eb3062a9be634a0e (diff) |
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]>
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 095e23e69b6..5594548ddfd 100644 --- a/configure.ac +++ b/configure.ac @@ -649,6 +649,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 |