autoconf
[Top][All Lists]
Advanced

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

About AC_CHECK_HEADERS and different locations


From: Sergio Belkin
Subject: About AC_CHECK_HEADERS and different locations
Date: Tue, 28 Sep 2010 00:13:56 -0300

Hi,

I am autoconfiscating a project that has a header file with a line:

#include <postgresql/libpq-fe.h>

configure.ac has:

AC_CHECK_HEADERS(postgresql/libpq-fe.h)

The problem is that Ubuntu has such a header file on
/usr/include/postgresq  but fedora has it on  /usr/include. So how can
I make that configure script checks  for differents paths?

Thanks in advance!

-- 
--
Sergio Belkin http://www.sergiobelkin.com
Watch More TV http://sebelk.blogspot.com
Sergio Belkin -



reply via email to

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