make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: configure error for last cvs sources


From: Eli Zaretskii
Subject: Re: configure error for last cvs sources
Date: Sat, 22 Sep 2012 10:16:41 +0300

> From: Paul Smith <address@hidden>
> Date: Fri, 21 Sep 2012 18:02:33 -0400
> Cc: address@hidden
> 
> On Sat, 2012-09-22 at 00:14 +0400, niXman wrote:
> > If I remove this lines from configure - everything is ok.
> > 
> > # See if the user wants to add (or not) GNU Guile support
> > PKG_PROG_PKG_CONFIG
> > 
> > # Check whether --with-guile was given.
> > if test "${with_guile+set}" = set; then :
> >   withval=$with_guile;
> > fi
> > 
> > 
> > # For some strange reason, at least on Ubuntu, each version of Guile
> > # comes with it's own PC file so we have to specify them as individual
> > # packages.  Ugh.
> > if test "x$with_guile" != xno; then :
> >    PKG_CHECK_MODULES(GUILE, guile-2.0, have_guile=yes,
> >   PKG_CHECK_MODULES([GUILE], [guile-1.8], [have_guile=yes],
> >     [have_guile=no]))
> > 
> > fi
> 
> Well sure but that's not a fix, that's just removing functionality.
> Obviously that's not something we're going to accept into the code.

My crystal ball says that either niXman doesn't have pkg-config where
the configure script can find it, or the Autoconf used to generate the
configure script from configure.in is too old (or both).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]