summaryrefslogtreecommitdiff
path: root/Build/source/texk/dtl
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-23 10:03:23 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-23 10:03:23 +0000
commitf9ece3ea69faa4163ec5923128925e2a69e960c3 (patch)
treeba339097940e025e79fcb3291f54c899d98f7b24 /Build/source/texk/dtl
parent7b489d8d612c8bef3d6bb1536b62b6aa127e65f2 (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/dtl')
-rwxr-xr-xBuild/source/texk/dtl/configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/dtl/configure b/Build/source/texk/dtl/configure
index d5eccf563fd..2def6433b23 100755
--- a/Build/source/texk/dtl/configure
+++ b/Build/source/texk/dtl/configure
@@ -12835,6 +12835,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; }