*** empty log message ***
[cacao.git] / configure.in
index 6654c94fd9422f114545a77068d25fcfaf55d320..6606cbd165aca2f912bdf6aacfd999309822adc6 100644 (file)
@@ -23,7 +23,7 @@ alpha* )
 mips* )
        SYSDEP_DIR="mips" 
         CFLAGS="-64 -g -DMAP_ANONYMOUS=0 -woff 1048,1110,1164,1515"
-dnl    LIBS="-lelfutil" 
+       LIBS="-lelfutil" 
        COMPILER_SOURCES=""
        COMPILER_OBJECTS=""
        ;;
@@ -92,7 +92,7 @@ if test $ac_cv_func_mmap_fixed_mapped = yes; then
                AC_DEFINE(HAVE_MAP_FAILED) 
        fi
 
-       if test $ac_cv_map_failed = yes; then
+       if test $ac_cv_map_anonymous = yes; then
                AC_DEFINE(HAVE_MAP_ANONYMOUS) 
        fi
 fi
@@ -141,4 +141,7 @@ AC_OUTPUT(Makefile \
           alpha/Makefile \
           mips/Makefile \
           nat/Makefile \
-          comp/Makefile )
+          doc/Makefile \
+          comp/Makefile \
+         narray/Makefile \
+         tst/Makefile )