From bcbc24e273426540d4579bfa3fb7c63a25d739bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sun, 1 Apr 2007 22:05:27 +0000 Subject: Define CONFIG_DARWIN when building for Darwin (i.e.: Mac OS X). Patch thanks to Matt Messier. CVS patchset: 8783 CVS date: 2007/04/01 22:05:27 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 6a418cfb6..d1f22fdda 100644 --- a/configure.ac +++ b/configure.ac @@ -113,6 +113,7 @@ AM_PROG_AS case "$host_os" in *darwin*) AC_PROG_OBJC + CPPFLAGS="$CPPFLAGS -DCONFIG_DARWIN" ;; esac -- cgit v1.2.3