shithub: sox

Download patch

ref: 1b550b87f65fcf414c5fa0f44a272491c6e5acc3
parent: 322089ce91a1b5e285e1ad136d113cc7d970d16a
author: robs <robs>
date: Mon Aug 18 13:27:12 EDT 2008

add utsname check

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,6 +47,7 @@
 check_include_files("sys/time.h"         HAVE_SYS_TIME_H)
 check_include_files("sys/timeb.h"        HAVE_SYS_TIMEB_H)
 check_include_files("sys/types.h"        HAVE_SYS_TYPES_H)
+check_include_files("sys/utsname.h"      HAVE_SYS_UTSNAME_H)
 check_include_files("unistd.h"           HAVE_UNISTD_H)
 
 check_function_exists("fseeko"           HAVE_FSEEKO)