|  | @@ -59,8 +59,8 @@ CONF_OPTIONS =
 | 
	
		
			
				|  |  |  ifneq (,$(findstring with-dmalloc,$(DEB_BUILD_OPTIONS)))
 | 
	
		
			
				|  |  |  	CONF_OPTIONS += --with-dmalloc
 | 
	
		
			
				|  |  |  endif
 | 
	
		
			
				|  |  | -# inhibit building with --enable-openbsd-malloc
 | 
	
		
			
				|  |  | -ifeq (,$(findstring no-enable-openbsd-malloc,$(DEB_BUILD_OPTIONS)))
 | 
	
		
			
				|  |  | +# allow building with --enable-openbsd-malloc
 | 
	
		
			
				|  |  | +ifneq (,$(findstring enable-openbsd-malloc,$(DEB_BUILD_OPTIONS)))
 | 
	
		
			
				|  |  |  	CONF_OPTIONS += --enable-openbsd-malloc
 | 
	
		
			
				|  |  |  endif
 | 
	
		
			
				|  |  |  
 |