From 2e3a3ca9bd5f21cafe5a735d3566dc51c2e8cfc8 Mon Sep 17 00:00:00 2001 From: gabucino Date: Thu, 13 Nov 2003 21:03:11 +0000 Subject: missing clause git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11458 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index dce53de324..e1f5ce02c7 100755 --- a/configure +++ b/configure @@ -2107,7 +2107,7 @@ EOF _inttypes=no cc_check && _inttypes=yes if test "$_inttypes" = yes ; then - die "you don't have inttypes.h, but sys/bitypes.h is present. Please copy etc/inttypes.h.link into the include path, and re-run configure." + 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." else die "cannot find header either inttypes.h or bitypes.h (see DOCS/HTML/en/faq.html)" fi -- cgit v1.2.3