From 02e5463f6f9bf3d89dfe7cc1bae70efbd1f63439 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 18 May 2003 14:06:13 +0000 Subject: comment UNIX defines for now svn-id: r7634 --- configure | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index a0b989515f..cc3f3fcc38 100755 --- a/configure +++ b/configure @@ -209,15 +209,16 @@ hosttype=`uname -s` echo $hosttype case $hosttype in Linux | OpenBSD | FreeBSD | NetBSD | BSD/OS | SunOS | HP-UX) - echo "#define UNIX" >> config.h + echo "/* #define UNIX */" >> config.h ;; IRIX) - echo "#define UNIX" >> config.h + echo "/* #define UNIX */" >> config.h ranlib=ar -r ;; Darwin) - echo "#define UNIX" >> config.h + echo "/* #define UNIX */" >> config.h echo "#define MACOSX" >> config.h + LIBS="$LIBS -framework QuickTime -framework AudioUnit" ;; esac -- cgit v1.2.3