Changeset 47e3df in git


Ignore:
Timestamp:
Apr 18, 2023, 2:24:29 PM (13 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
a98a9574aad98e6b99ea4504c7605f6554eafe57
Parents:
aff31a5aea973053686f4e1d81f59eba63851a25
Message:
fix: test for addr2line in omalloc/configure.ac
Location:
omalloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • omalloc/configure.ac

    raff31a r47e3df  
    499499#include <stdlib.h>
    500500#define OM_GET_RETURN_ADDR_WORKS 1
     501#undef OM_NDEBUG
    501502#include "omReturn.h"
    502503#include "omStructs.h"
  • omalloc/omGetBackTrace.c

    raff31a r47e3df  
    55 *  Created: 11/99
    66 *******************************************************************/
     7#ifndef OM_INLINE  /*during configure omConfig.h does not exists yet*/
    78#include "omalloc/omConfig.h"
     9#endif
    810
    911#ifdef HAVE_OMALLOC
Note: See TracChangeset for help on using the changeset viewer.