diff options
Diffstat (limited to 'Build/source/texk/ttf2pk/configure')
-rwxr-xr-x | Build/source/texk/ttf2pk/configure | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Build/source/texk/ttf2pk/configure b/Build/source/texk/ttf2pk/configure index 91078da2e3f..e43a1f8dec0 100755 --- a/Build/source/texk/ttf2pk/configure +++ b/Build/source/texk/ttf2pk/configure @@ -12841,13 +12841,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; }; } |