drop last remnant of dmalloc
Drop last remnant of dmalloc which was removed in version 7.28.0 with
ae8faf6597
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
parent
7d69f6bc84
commit
1b002cc32b
@ -190,7 +190,6 @@ AC_PROG_CC_STDC
|
|||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
AM_WITH_DMALLOC
|
|
||||||
|
|
||||||
AC_ARG_WITH([doxygen],
|
AC_ARG_WITH([doxygen],
|
||||||
AS_HELP_STRING([--without-doxygen], [build without doxygen (default: test)]))
|
AS_HELP_STRING([--without-doxygen], [build without doxygen (default: test)]))
|
||||||
|
@ -54,10 +54,6 @@
|
|||||||
|
|
||||||
#include "templates.h"
|
#include "templates.h"
|
||||||
|
|
||||||
#ifdef WITH_DMALLOC
|
|
||||||
#include <dmalloc.h>
|
|
||||||
#endif /*WITH_DMALLOC*/
|
|
||||||
|
|
||||||
#define VIPS_TYPE_INTERPOLATE_BICUBIC \
|
#define VIPS_TYPE_INTERPOLATE_BICUBIC \
|
||||||
(vips_interpolate_bicubic_get_type())
|
(vips_interpolate_bicubic_get_type())
|
||||||
#define VIPS_INTERPOLATE_BICUBIC( obj ) \
|
#define VIPS_INTERPOLATE_BICUBIC( obj ) \
|
||||||
|
Loading…
Reference in New Issue
Block a user