[Compbench-devel] CompBenchmarks++ configure.in,1.18,1.19
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-28 18:39:11
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv5340 Modified Files: configure.in Log Message: dirent.h checked. New directories. Index: configure.in =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/configure.in,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** configure.in 28 Dec 2006 13:21:09 -0000 1.18 --- configure.in 28 Dec 2006 18:39:07 -0000 1.19 *************** *** 210,214 **** # Checks for header files. AC_HEADER_STDC ! AC_CHECK_HEADERS(string time.h stat.h types.h getopt.h dlfcn.h ctype.h) # Checks for typedefs, structures, and compiler characteristics. --- 210,214 ---- # Checks for header files. AC_HEADER_STDC ! AC_CHECK_HEADERS(string time.h stat.h types.h dirent.h getopt.h dlfcn.h ctype.h) # Checks for typedefs, structures, and compiler characteristics. *************** *** 265,268 **** --- 265,270 ---- Benchmark/Makefile UI/Makefile + SupportedBenchmarks/Makefile + CBM-PI/t/reference/Makefile CBM-PI/t/Makefile CBM-PI/Makefile |