diff --git a/configure.ac b/configure.ac index 93db7876..88ece43f 100644 --- a/configure.ac +++ b/configure.ac @@ -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)])) diff --git a/libvips/resample/bicubic.cpp b/libvips/resample/bicubic.cpp index 97e4a403..0e0c2b71 100644 --- a/libvips/resample/bicubic.cpp +++ b/libvips/resample/bicubic.cpp @@ -54,10 +54,6 @@ #include "templates.h" -#ifdef WITH_DMALLOC -#include -#endif /*WITH_DMALLOC*/ - #define VIPS_TYPE_INTERPOLATE_BICUBIC \ (vips_interpolate_bicubic_get_type()) #define VIPS_INTERPOLATE_BICUBIC( obj ) \