diff options
-rwxr-xr-x | autoconf/cccl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/autoconf/cccl b/autoconf/cccl index 86eda96..8cb2866 100755 --- a/autoconf/cccl +++ b/autoconf/cccl @@ -33,10 +33,6 @@ EOF exit $1 } -# Put /usr/bin last in the path, to avoid clashes with MSVC's link -# Ugly workaround, but should work -PATH=`echo $PATH | sed -e "s#/usr/bin:##" | sed -e "s#/bin:##"`:/usr/bin - case $MACHTYPE in *-msys) slash="//" |