I already sent a similar patch once, but it somehow missed the
distribution. (There was some discussion whether the syntax is
supported. It is. Anyway, I rewrote it so nothing should break if
the syntax is not supported.)
Without this patch configure aborts on OS/2.
Enjoy,
Ilya
--- ./configure-pre Wed Nov 17 23:08:08 1999
+++ ./configure Thu Nov 18 01:33:08 1999
@@ -3388,6 +3388,8 @@ fi
case ".$withval" in #(vi
./*) #(vi
;;
+.[a-zA-Z]:[\\/]*) #(vi
+ ;;
.\${*prefix}*) #(vi
eval withval="$withval"
case ".$withval" in #(vi