From: Oliver O. <fr...@us...> - 2006-03-08 09:30:45
|
Update of /cvsroot/simspark/simspark/spark In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14435 Modified Files: configure.ac Log Message: - removed a few superflous checks - removed hash_map check - changes due to changes in the LIB_SPADES macro Index: configure.ac =================================================================== RCS file: /cvsroot/simspark/simspark/spark/configure.ac,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** configure.ac 24 Jan 2006 19:18:39 -0000 1.3 --- configure.ac 8 Mar 2006 09:30:37 -0000 1.4 *************** *** 50,60 **** AC_CHECK_HEADERS([arpa/nameser.h]) AC_CHECK_HEADERS([resolv.h netdb.h]) ! AC_CHECK_HEADERS([float.h limits.h malloc.h memory.h stdlib.h string.h]) AC_CHECK_HEADER([boost/version.hpp],, AC_MSG_ERROR([boost library not found. Please specify the location of the boost header directory using the CPPFLAGS environment variable])) - AC_CHECK_HEADERS([hash_map],, - AC_MSG_NOTICE(['hash_map' will be substituted by 'map'. If you need hash_map install stlport])) # Checks for typedefs, structures, and compiler characteristics. --- 50,58 ---- AC_CHECK_HEADERS([arpa/nameser.h]) AC_CHECK_HEADERS([resolv.h netdb.h]) ! AC_CHECK_HEADERS([float.h limits.h memory.h stdlib.h string.h]) AC_CHECK_HEADER([boost/version.hpp],, AC_MSG_ERROR([boost library not found. Please specify the location of the boost header directory using the CPPFLAGS environment variable])) # Checks for typedefs, structures, and compiler characteristics. *************** *** 152,159 **** fi fi ! AC_LIB_SPADES([rcss_build_spades=yes ! AC_DEFINE([HAVE_SPADES_HEADERS], 1, ! [Define to 1 if you have the SPADES header files])], ! [AC_MSG_ERROR([the SPADES library (http://spades-sim.sourceforge.net) cannot be found. Please specify the prefix used when installing SPADES with the SPADES enviroment variable.])]) else rcss_build_spades=no --- 150,157 ---- fi fi ! RCSS_LIB_SPADES([rcss_build_spades=yes ! AC_DEFINE([HAVE_SPADES_HEADERS], 1, ! [Define to 1 if you have the SPADES header files])], ! [AC_MSG_ERROR([the SPADES library (http://spades-sim.sourceforge.net) cannot be found. Please specify the prefix used when installing SPADES with the SPADES enviroment variable.])]) else rcss_build_spades=no |