head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2009.12.17.21.32.01;	author pav;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Fix configure script to detect dcg in the last element of $PATH

Reported by:	pointyhat
@
text
@--- configure.orig	2005-05-19 17:52:05.000000000 +0200
+++ configure	2009-12-17 22:30:42.000000000 +0100
@@@@ -3775,7 +3775,7 @@@@
   ;;
   *)
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH:/usr/local/kun/bin:/usr/local/bin
+for as_dir in $PATH
 do
   IFS=$as_save_IFS
   test -z "$as_dir" && as_dir=.
@
