From 87d63b19a3f35650536c3595cf89145d61a052ca Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 27 Mar 2009 14:37:58 +0100 Subject: Small fix for MacOSX compat Issue originally pointed out by Igor Zubkov. --- src/pulsecore/core-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/core-util.c') diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c index 0d243ee6..e5d8a2f4 100644 --- a/src/pulsecore/core-util.c +++ b/src/pulsecore/core-util.c @@ -2617,7 +2617,7 @@ char *pa_realpath(const char *path) { return NULL; } -#ifndef __GLIBC__ +#if !defined(__GLIBC__) && !defined(__APPLE__) #error "It's not clear whether this system supports realpath(..., NULL) like GNU libc does. If it doesn't we need a private version of realpath() here." #endif -- cgit