From: rrt Date: Thu, 23 Aug 2001 10:06:04 +0000 (+0000) Subject: [project @ 2001-08-23 10:06:04 by rrt] X-Git-Tag: Approximately_9120_patches~1109 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3c5f4c86bb70c3707a6f865769daf6d4d235a16e;p=ghc-hetmet.git [project @ 2001-08-23 10:06:04 by rrt] Remove spurious ;; from when the changed line was in a case. --- diff --git a/ghc/rts/gmp/configure b/ghc/rts/gmp/configure index 784dac7..aeff38a 100644 --- a/ghc/rts/gmp/configure +++ b/ghc/rts/gmp/configure @@ -3094,7 +3094,7 @@ if test "$ac_cv_prog_gcc" = yes; then # Check if gcc -print-prog-name=ld gives a path. echo $ECHO_N "checking for ld used by GCC... $ECHO_C" 1>&6 echo "configure:3090: checking for ld used by GCC" 1>&5 - ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; + ac_prog=`($CC -print-prog-name=ld) 2>&5` case "$ac_prog" in # Accept absolute paths. [\\/]* | [A-Za-z]:[\\/]*)