From e2e7864c3db04e680a6348e1a2c0384bb0030cef Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 1 Dec 2008 16:35:40 +0000 Subject: [PATCH] Removed path environment lines. User should put gcc in path. --- configure/os/CONFIG_SITE.win32-x86-mingw.Common | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure/os/CONFIG_SITE.win32-x86-mingw.Common b/configure/os/CONFIG_SITE.win32-x86-mingw.Common index a2cc0be1c..2e3702813 100644 --- a/configure/os/CONFIG_SITE.win32-x86-mingw.Common +++ b/configure/os/CONFIG_SITE.win32-x86-mingw.Common @@ -9,8 +9,3 @@ # to omit command-line editing and history support #COMMANDLINE_LIBRARY = READLINE -# Needed to find dlls for gcc, g++, as, cpp, ... -# if MINGW_BIN not in user's path -MINGW_BIN=C:/MinGW/bin -export PATH := $(MINGW_BIN):$(PATH) -