Commits
Toby Peterson authored 8e84a0a5464
1 + | --- configure.orig Wed Feb 23 12:58:34 2005 |
2 + | +++ configure Wed Feb 23 12:59:10 2005 |
3 + | @@ -718,6 +718,7 @@ |
4 + | i_resultid='HAVE_'${i_r} |
5 + | $ic_show_message $ic_ECHO_N "Checking whether the C header file $i_header exists... $ic_ECHO_C" |
6 + | cat >$ic_testfile.c <<__IC_EOF__ |
7 + | +#include <sys/types.h> |
8 + | #include <$i_header> |
9 + | __IC_EOF__ |
10 + | i_result=0 |