diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-12-02 22:23:56 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-12-02 22:23:56 (GMT) |
commit | 9ef33767800738661bff13b71bc5f4db6c9653e4 (patch) | |
tree | bf411b7f1ab09ccaa5cb8689fd1a22ffaf4d8682 /configure | |
parent | 779ffc066edd5b046549be196fca5abf8b4d244d (diff) | |
download | cpython-9ef33767800738661bff13b71bc5f4db6c9653e4.zip cpython-9ef33767800738661bff13b71bc5f4db6c9653e4.tar.gz cpython-9ef33767800738661bff13b71bc5f4db6c9653e4.tar.bz2 |
Avoid semicolon usage in echo.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.372 . +# From configure.in Revision: 1.373 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53 for python 2.3. # @@ -11750,7 +11750,7 @@ if test "${with_sgi_dl+set}" = set; then echo "$as_me:$LINENO: result: $withval" >&5 echo "${ECHO_T}$withval" >&6 -echo --with-sgi-dl is unsupported; see README +echo --with-sgi-dl is unsupported, see README exit 1 cat >>confdefs.h <<\_ACEOF @@ -11781,7 +11781,7 @@ if test "${with_dl_dld+set}" = set; then echo "$as_me:$LINENO: result: $withval" >&5 echo "${ECHO_T}$withval" >&6 -echo --with-dl-dld is unsupported; see README +echo --with-dl-dld is unsupported, see README exit 1 cat >>confdefs.h <<\_ACEOF |