Changeset db143c in git for m4


Ignore:
Timestamp:
Dec 17, 2018, 4:42:57 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
18a3dfc149d105d7058f8c06ea4ad50eb59f0c94
Parents:
908905bf1d33ff716b539be45540d26738ada72f
Message:
integrate xalloc into omalloc (./configure --disable-omalloc)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/options.m4

    r908905 rdb143c  
    106106    AC_MSG_RESULT(${OMALLOC_LIBS:-unset})
    107107  fi
    108 
    109   AM_CONDITIONAL([ENABLE_OMALLOC],[test "x$ENABLE_OMALLOC" = xyes])
    110108])
    111109
     
    148146 else
    149147  OMALLOC_INCLUDES="-I$ac_abs_top_srcdir"
    150   OMALLOC_LIBS="$ac_abs_top_builddir/xalloc/libomalloc.la"
     148  OMALLOC_LIBS="$ac_abs_top_builddir/omalloc/libomalloc.la"
    151149  AC_SUBST(OMALLOC_INCLUDES)
    152150  AC_SUBST(OMALLOC_LIBS)
     
    154152 fi
    155153
    156 
    157  AM_CONDITIONAL([ENABLE_OMALLOC],[test "x$ENABLE_OMALLOC" = xyes])
    158154])
    159155
Note: See TracChangeset for help on using the changeset viewer.