Re: pango-rc1-1.0.0 fails configure under Solaris
- From: jacob berkman <jacob ximian com>
- To: Dov Grobgeld <dov orbotech com>
- Cc: gtk-devel-list <gtk-devel-list gnome org>
- Subject: Re: pango-rc1-1.0.0 fails configure under Solaris
- Date: 06 Mar 2002 11:37:47 -0500
On Wed, 2002-03-06 at 04:44, Dov Grobgeld wrote:
> I tried compiling rc1 under Solaris with the following system params:
>
> prompt> uname -a
> SunOS gelerak 5.8 Generic_110517-03 sun4u sparc SUNW,Ultra-5_10
> prompt> cc -V
> cc: Sun WorkShop 6 update 2 C 5.3 2001/05/15
> >
> 2. pango failed configure with the following error:
>
> checking Whether to write dependencies into .pc files... ./configure: test: unknown operator ==
>
> The following patch fixes it:
>
> --- configure.in.org Wed Mar 6 08:29:14 2002
> +++ configure.in Wed Mar 6 08:29:27 2002
> @@ -549,7 +549,7 @@
> case $enable_explicit_deps in
> auto)
> deplib_check_method=`(./libtool --config; echo eval echo \\$deplib_check_method) | sh`
> - if test "X$deplib_check_method" == Xnone || test "x$enable_static" = xyes ; then
> + if test "X$deplib_check_method" = Xnone || test "x$enable_static" = xyes ; then
> enable_explicit_deps=yes
> else
> enable_explicit_deps=no
i already had committed this fix last night, but i guess after the
tarballs were made.
jacob
--
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]