diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.374 . +# From configure.in Revision: 1.375 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53 for python 2.3. # @@ -11653,7 +11653,9 @@ fi; if test -z "$with_universal_newlines" then with_universal_newlines="yes" fi -if test "$with_universal_newlines" != "no" +if test "$with_universal_newlines" = "no" + echo --without-universal-newlines is unsupported, see README + exit 1 then cat >>confdefs.h <<\_ACEOF |