This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ext/hash_map and configure checking


On Oct  3, 2001, Barnaby Gray <bgrg2@cam.ac.uk> wrote:

> I'm trying to figure out the autoconf magic to get it to define
> something so I can alter the #include's in my project to fit, but I'm
> not too hot with autoconf

AC_LANG_CPLUSPLUS
AC_CHECK_HEADERS([ext/hash_map])

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]