summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-12-02 22:23:56 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-12-02 22:23:56 (GMT)
commit9ef33767800738661bff13b71bc5f4db6c9653e4 (patch)
treebf411b7f1ab09ccaa5cb8689fd1a22ffaf4d8682 /configure.in
parent779ffc066edd5b046549be196fca5abf8b4d244d (diff)
downloadcpython-9ef33767800738661bff13b71bc5f4db6c9653e4.zip
cpython-9ef33767800738661bff13b71bc5f4db6c9653e4.tar.gz
cpython-9ef33767800738661bff13b71bc5f4db6c9653e4.tar.bz2
Avoid semicolon usage in echo.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 62f2aae..d82b0d7 100644
--- a/configure.in
+++ b/configure.in
@@ -1667,7 +1667,7 @@ AC_ARG_WITH(sgi-dl,
AC_HELP_STRING(--with-sgi-dl=DIRECTORY, IRIX 4 dynamic linking),
[
AC_MSG_RESULT($withval)
-echo --with-sgi-dl is unsupported; see README
+echo --with-sgi-dl is unsupported, see README
exit 1
AC_DEFINE(WITH_SGI_DL, 1,
[Define if you want to use SGI (IRIX 4) dynamic linking.
@@ -1689,7 +1689,7 @@ AC_ARG_WITH(dl-dld,
AC_HELP_STRING(--with-dl-dld=DL_DIR, GNU dynamic linking),
[
AC_MSG_RESULT($withval)
-echo --with-dl-dld is unsupported; see README
+echo --with-dl-dld is unsupported, see README
exit 1
AC_DEFINE(WITH_DL_DLD, 1,
[Define if you want to emulate SGI (IRIX 4) dynamic linking.