summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvipdfmx
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-23 16:30:37 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-23 16:30:37 +0000
commit97e0177062e6865738b8e1ae7c24d4f18bed64d8 (patch)
tree4e14c649a5445938bf8ab3540641b4d6989b55a4 /Build/source/texk/xdvipdfmx
parent9e431b970f2875e6e30b0680ee54e7c90cfe537e (diff)
regenerate
git-svn-id: svn://tug.org/texlive/trunk@13923 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvipdfmx')
-rw-r--r--Build/source/texk/xdvipdfmx/config.h.in3
-rwxr-xr-xBuild/source/texk/xdvipdfmx/configure8
2 files changed, 1 insertions, 10 deletions
diff --git a/Build/source/texk/xdvipdfmx/config.h.in b/Build/source/texk/xdvipdfmx/config.h.in
index 02889af6ceb..2a1a3d1223d 100644
--- a/Build/source/texk/xdvipdfmx/config.h.in
+++ b/Build/source/texk/xdvipdfmx/config.h.in
@@ -111,9 +111,6 @@
`program_invocation_name' and `program_invocation_short_name'. */
#undef HAVE_PROGRAM_INVOCATION_NAME
-/* Define to 1 if your compiler understands prototypes. */
-#undef HAVE_PROTOTYPES
-
/* Define to 1 if you have the `putenv' function. */
#undef HAVE_PUTENV
diff --git a/Build/source/texk/xdvipdfmx/configure b/Build/source/texk/xdvipdfmx/configure
index 5f050c69d4d..b4b2537bb90 100755
--- a/Build/source/texk/xdvipdfmx/configure
+++ b/Build/source/texk/xdvipdfmx/configure
@@ -12879,13 +12879,7 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
fi
{ $as_echo "$as_me:$LINENO: result: $kb_cv_c_prototypes" >&5
$as_echo "$kb_cv_c_prototypes" >&6; }
-if test "$kb_cv_c_prototypes" = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define HAVE_PROTOTYPES 1
-_ACEOF
-
-else
+if test "x$kb_cv_c_prototypes" = xno; then
{ { $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; }; }