diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-23 10:03:23 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-23 10:03:23 +0000 |
commit | f9ece3ea69faa4163ec5923128925e2a69e960c3 (patch) | |
tree | ba339097940e025e79fcb3291f54c899d98f7b24 /Build/source/texk/detex/configure | |
parent | 7b489d8d612c8bef3d6bb1536b62b6aa127e65f2 (diff) |
require a C compiler that understands prototypes
git-svn-id: svn://tug.org/texlive/trunk@13915 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/detex/configure')
-rwxr-xr-x | Build/source/texk/detex/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/detex/configure b/Build/source/texk/detex/configure index 961d34e1c2d..53fe215c7a0 100755 --- a/Build/source/texk/detex/configure +++ b/Build/source/texk/detex/configure @@ -12838,6 +12838,10 @@ cat >>confdefs.h <<\_ACEOF #define HAVE_PROTOTYPES 1 _ACEOF +else + { { $as_echo "$as_me:$LINENO: error: Sorry, your compiler does not understand prototypes." >&5 +$as_echo "$as_me: error: Sorry, your compiler does not understand prototypes." >&2;} + { (exit 1); exit 1; }; } fi { $as_echo "$as_me:$LINENO: checking whether program_invocation_name is predefined" >&5 $as_echo_n "checking whether program_invocation_name is predefined... " >&6; } |