diff options
Diffstat (limited to 'comms/spandsp-devel/files/patch-configure.ac')
-rw-r--r-- | comms/spandsp-devel/files/patch-configure.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/spandsp-devel/files/patch-configure.ac b/comms/spandsp-devel/files/patch-configure.ac new file mode 100644 index 000000000000..25ff48714358 --- /dev/null +++ b/comms/spandsp-devel/files/patch-configure.ac @@ -0,0 +1,10 @@ +--- configure.ac.orig 2012-09-01 12:05:10.795461874 +0100 ++++ configure.ac 2012-09-01 12:05:47.473457036 +0100 +@@ -194,7 +194,6 @@ + AC_CHECK_HEADERS([string.h]) + AC_CHECK_HEADERS([strings.h]) + AC_CHECK_HEADERS([malloc.h]) +-AC_CHECK_HEADERS([tgmath.h], [INSERT_TGMATH_HEADER="#include <tgmath.h>"]) + AC_CHECK_HEADERS([math.h], [INSERT_MATH_HEADER="#include <math.h>"]) + AC_CHECK_HEADERS([float.h]) + AC_CHECK_HEADERS([fcntl.h]) |