| 1 |
diff -up openexr_ctl-1.0.1/configure.conf_gcc43 openexr_ctl-1.0.1/configure
|
| 2 |
--- openexr_ctl-1.0.1/configure.conf_gcc43 2008-01-09 17:08:57.000000000 +0100
|
| 3 |
+++ openexr_ctl-1.0.1/configure 2008-01-09 17:10:25.000000000 +0100
|
| 4 |
@@ -20851,6 +20851,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
| 5 |
|
| 6 |
#include <CtlSimdInterpreter.h>
|
| 7 |
#include <Iex.h>
|
| 8 |
+#include <cstdlib>
|
| 9 |
|
| 10 |
int
|
| 11 |
main ()
|
| 12 |
diff -up openexr_ctl-1.0.1/configure.ac.conf_gcc43 openexr_ctl-1.0.1/configure.ac
|
| 13 |
--- openexr_ctl-1.0.1/configure.ac.conf_gcc43 2008-01-09 17:11:25.000000000 +0100
|
| 14 |
+++ openexr_ctl-1.0.1/configure.ac 2008-01-09 17:12:17.000000000 +0100
|
| 15 |
@@ -108,6 +108,7 @@ AM_COMPILELINKRUN(
|
| 16 |
[$CTL_LIBS],[[
|
| 17 |
#include <CtlSimdInterpreter.h>
|
| 18 |
#include <Iex.h>
|
| 19 |
+#include <cstdlib>
|
| 20 |
]],
|
| 21 |
[[Ctl::SimdInterpreter interp; interp.setMaxInstCount(10);]],
|
| 22 |
AC_MSG_RESULT([The ctl test program succeeded.]),
|