diff options
Diffstat (limited to 'Build/source/texk/dvipng')
-rw-r--r-- | Build/source/texk/dvipng/config.h.in | 3 | ||||
-rwxr-xr-x | Build/source/texk/dvipng/configure | 8 |
2 files changed, 1 insertions, 10 deletions
diff --git a/Build/source/texk/dvipng/config.h.in b/Build/source/texk/dvipng/config.h.in index f8b9b0d5248..b9267c4815f 100644 --- a/Build/source/texk/dvipng/config.h.in +++ b/Build/source/texk/dvipng/config.h.in @@ -174,9 +174,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/dvipng/configure b/Build/source/texk/dvipng/configure index 34a9221d50d..f17937ec43e 100755 --- a/Build/source/texk/dvipng/configure +++ b/Build/source/texk/dvipng/configure @@ -12911,13 +12911,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; }; } |