From 86474713798d6fb40c161ae4b319ffa73472d3c1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 May 2012 00:54:43 +0000 Subject: Fix posix_memalign checks. git-svn-id: svn://localhost/ardour2/branches/3.0@12316 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/fpu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/pbd/fpu.cc') diff --git a/libs/pbd/fpu.cc b/libs/pbd/fpu.cc index 479c422c37..94b741fd73 100644 --- a/libs/pbd/fpu.cc +++ b/libs/pbd/fpu.cc @@ -80,7 +80,7 @@ FPU::FPU () supported, otherwise, it isn't. */ -#ifdef NO_POSIX_MEMALIGN +#ifndef HAVE_POSIX_MEMALIGN fxbuf = (char **) malloc (sizeof (char *)); assert (fxbuf); *fxbuf = (char *) malloc (512); -- cgit v1.2.3