[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: How to disable Guile?
From: |
Jannick |
Subject: |
RE: How to disable Guile? |
Date: |
Thu, 18 Jul 2019 10:55:28 +0200 |
Hi Jeffrey,
On Wed, 17 Jul 2019 20:55:48 -0400, Jeffrey Walton wrote:
> I'm trying to build Make 4.2.1 from the release tarball on an antique system.
> I've tried configuring with without a guile option, --without-guile and --
> disable-guile. In each case the tail of configure results in:
> ./configure: line 9660: PKG_PROG_PKG_CONFIG: command not found
> Is it possible to disable Guile support? If so, then how?
Try ./configure with_guile=no
Best,
J.