X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=configure.in;h=6606cbd165aca2f912bdf6aacfd999309822adc6;hb=7cb35fc948ae813771cc58520fc1aa554a06f1fd;hp=6654c94fd9422f114545a77068d25fcfaf55d320;hpb=194bfe317a9304f2b2074271bde5ffff150f848d;p=cacao.git diff --git a/configure.in b/configure.in index 6654c94fd..6606cbd16 100644 --- a/configure.in +++ b/configure.in @@ -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 )