Skip site navigation (1)Skip section navigation (2)
Date:      22 Jan 2003 21:34:24 -0600
From:      edscott wilson garcia <edscott@imp.mx>
To:        freebsd-questions@freebsd.org
Subject:   checking for headers
Message-ID:  <1043292867.25022.9.camel@sagitario.eco.imp.mx>

next in thread | raw e-mail | index | archive | help


Hi,

  I'm trying to get a "configure" program to check for dbh.h, but the
following line only checks in /usr/include:

AC_CHECK_HEADERS(dbh.h, ac_cv_dbh_library=yes, ac_cv_dbh_library=no)

The generated configure in Linux searches both /usr/include and
/usr/local/include, but not in FreeBSD. What do I have to add so that it
will search /usr/local/include in FreeBSD?

MTIA,


Edscott Wilson Garcia


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1043292867.25022.9.camel>