autoconf
[Top][All Lists]
Advanced

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

Re: PKG-CHECK-MODULES


From: Ben Pfaff
Subject: Re: PKG-CHECK-MODULES
Date: Sat, 10 Sep 2011 09:44:32 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Steve Teale <address@hidden> writes:

> AC_DEFUN([PKG_CHECK_MODULES])
>
> PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 3.0.0])
>
> Without the AC_DEFUN it won't run at all, contrary to most documentation I
> have read.
>
> With it, it runs, and then when I run ./configure it just exits silently. I
> was expecting an error message for this version number of GTK2.

It sounds very much like you don't have pkg-config installed.
PKG_CHECK_MODULES is part of pkg-config.
-- 
Ben Pfaff 
http://benpfaff.org



reply via email to

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