comparison configure @ 11890:dae8bc96fb15

Simplified support for libc5 systems.
author diego
date Fri, 30 Jan 2004 09:07:28 +0000
parents 63fecc69c3fb
children 25248bff4a57
comparison
equal deleted inserted replaced
11889:3fb540a37e78 11890:dae8bc96fb15
2146 int main(void) { return 0; } 2146 int main(void) { return 0; }
2147 EOF 2147 EOF
2148 _inttypes=no 2148 _inttypes=no
2149 cc_check && _inttypes=yes 2149 cc_check && _inttypes=yes
2150 if test "$_inttypes" = yes ; then 2150 if test "$_inttypes" = yes ; then
2151 die "you don't have inttypes.h, but sys/bitypes.h is present. Please copy etc/inttypes.h.link into the include path, rename it to inttypes.h and re-run configure." 2151 die "You don't have inttypes.h, but sys/bitypes.h is present. Please copy etc/inttypes.h into the include path, and re-run configure."
2152 else 2152 else
2153 die "cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html)" 2153 die "Cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html)."
2154 fi 2154 fi
2155 fi 2155 fi
2156 echores "$_inttypes" 2156 echores "$_inttypes"
2157 2157
2158 2158