Merge pull request #2158 from ffontaine/master
drop last remnant of dmalloc
This commit is contained in:
commit
58facca758
@ -190,7 +190,6 @@ AC_PROG_CC_STDC
|
||||
AC_PROG_CXX
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_LN_S
|
||||
AM_WITH_DMALLOC
|
||||
|
||||
AC_ARG_WITH([doxygen],
|
||||
AS_HELP_STRING([--without-doxygen], [build without doxygen (default: test)]))
|
||||
|
@ -54,10 +54,6 @@
|
||||
|
||||
#include "templates.h"
|
||||
|
||||
#ifdef WITH_DMALLOC
|
||||
#include <dmalloc.h>
|
||||
#endif /*WITH_DMALLOC*/
|
||||
|
||||
#define VIPS_TYPE_INTERPOLATE_BICUBIC \
|
||||
(vips_interpolate_bicubic_get_type())
|
||||
#define VIPS_INTERPOLATE_BICUBIC( obj ) \
|
||||
|
Loading…
Reference in New Issue
Block a user