I'm having a strange problem where ./configure fails to detect an existing
header-file. The system is Debian/GNU Linux "testing" with ace and tao
installed from Debian packages. 

from my configure.in:
AC_CHECK_HEADERS(sqlite3.h tao/corba.h)

Output from ./configure:
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking tao/corba.h usability... no
checking tao/corba.h presence... no
checking for tao/corba.h... no

$ ls -lh /usr/include/sqlite3.h /usr/include/tao/corba.h
-rw-r--r--  1 root root  50K Jan  1 13:37 /usr/include/sqlite3.h
-rw-r--r--  1 root root 2.3K Oct 28 18:13 /usr/include/tao/corba.h
$

$ autoconf --version
Autoconf version 2.13
$

Other header-files from /usr/include/ subdirs (like ssh) are detected OK.

Does anyone have a clue on how to fix this?

Jarle
-- 
Jarle Aase                http://www.jgaa.com
mailto:[EMAIL PROTECTED]

<<< no need to argue - just kill'em all! >>>
_______________________________________________
help-gnu-utils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to