X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=config-ml.in;h=f2497ada4f8e796ed4177520a94f233587e8609a;hb=1c32170edd1160213fdb70076d663bc68e2e7eb2;hp=3ae19743b768403843004e08b877ac6deb5aa57a;hpb=88b2912636d239abbbc47ccb5a7860006bd3d2f8;p=pf3gnuchains%2Fgcc-fork.git diff --git a/config-ml.in b/config-ml.in index 3ae19743b76..f2497ada4f8 100644 --- a/config-ml.in +++ b/config-ml.in @@ -135,7 +135,12 @@ do *) optarg=yes ;; esac enableopt=`echo ${option} | sed 's:^--::;s:=.*$::;s:-:_:g'` - eval $enableopt="$optarg" + # enable_shared and enable_static are handled by configure. + # Don't undo its work. + case $enableopt in + enable_shared | enable_static) ;; + *) eval $enableopt="$optarg" ;; + esac ;; --norecursion | --no-recursion) ml_norecursion=yes