On 17 Apr 2002 12:52:53 -0700, Nadim Shaikli wrote:
> 
> There seems to be a error in the configure script regarding its checks
> for perl (snap-20020416) - I'm attaching a patch (so that the lines
> don't get wrapped) that corrects that error and realigns that code
> fragment for better readability.

It seems that you removed "!" and didn't change anything else.
Please never patch configure. :) Patch configure.in instead.

You are right about "!", I will apply this fix (a bit improved):

-if test ! -z "$PERL";
+if test -z "$PERL" -o ! -e "$PERL"; then

I hope this is portable, I am not sure -x is portable regarding symlinks.

Regards,
Mikhael.
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to