Commit 866fb7cc by Jeffrey A Law Committed by Jeff Law

configure.in: Use "exit 1", not "exit (1)".

        * configure.in: Use "exit 1", not "exit (1)".
        * configure: Rebuilt.

From-SVN: r25836
parent 77d787fa
Thu Mar 18 01:24:25 1999 Jeffrey A Law (law@cygnus.com)
* configure.in: Use "exit 1", not "exit (1)".
* configure: Rebuilt.
Wed Mar 17 23:17:42 1999 Mark Kettenis <kettenis@gnu.org>
* config/t-gnu (SYSTEM_HEADER_DIR): New variable. Set to
......
......@@ -3516,7 +3516,7 @@ for machine in $build $host $target; do
;;
i[34567]86-go32-msdos | i[34567]86-*-go32*)
echo "GO32/DJGPP V1.X is no longer supported. Use *-pc-msdosdjgpp for DJGPP V2.X instead."
exit (1)
exit 1
;;
i[34567]86-pc-msdosdjgpp*)
xm_file=i386/xm-djgpp.h
......
......@@ -1200,7 +1200,7 @@ changequote(,)dnl
i[34567]86-go32-msdos | i[34567]86-*-go32*)
changequote([,])dnl
echo "GO32/DJGPP V1.X is no longer supported. Use *-pc-msdosdjgpp for DJGPP V2.X instead."
exit (1)
exit 1
;;
changequote(,)dnl
i[34567]86-pc-msdosdjgpp*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment