[cxtest-patches] (no subject)
Jeremy White
jwhite at codeweavers.com
Tue Aug 16 10:14:42 CDT 2005
Hi,
Say, if you want to change configure, you need to
change configure.ac and regenerate configure via
autoconf.
Also, it would be nice if you could include a
descriptive comment on your patches.
Cheers,
Jeremy
cxtest at valhalla wrote:
> --- cxtest/configure 2005-06-28 09:11:51.000000000 -0400
> +++ cxtest1/configure 2005-08-12 11:09:05.000000000 -0400
> @@ -3971,8 +3971,8 @@
>
> fi
>
> -
> -if test ! -d "${x_includes}"
> +# if not directory and X includes not in standard search path
> +if [ ! -d "${x_includes}" ] && [ "x$x_includes" != 'x' ]
> then
> { { echo "$as_me:$LINENO: error: Can't find X11 includes" >&5
> echo "$as_me: error: Can't find X11 includes" >&2;}
>
> _______________________________________________
> cxtest-patches mailing list
> cxtest-patches at cxtest.org
> http://www.cxtest.org/mailman/listinfo/cxtest-patches
>
More information about the cxtest-patches
mailing list