From d073156a5938adf3ab157e7753b773c315ab1daf Mon Sep 17 00:00:00 2001 From: curt Date: Sun, 9 Feb 2003 03:47:21 +0000 Subject: [PATCH] Fixes for Mac OS X. --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b90a234bc..9e55421b5 100644 --- a/configure.ac +++ b/configure.ac @@ -168,7 +168,9 @@ case "${host}" in *-*-cygwin* | *-*-mingw32*) audio_LIBS="$audio_LIBS -lwinmm" ;; - +*-apple-darwin*) + audio_LIBS="$audio_LIBS -framework IOKit -framework CoreFoundation" + ;; *-*-irix* ) audio_LIBS="$audio_LIBS -laudio" ;; @@ -230,7 +232,7 @@ if test "x$ac_cv_header_GL_glut_h" = "xyes"; then else AC_CHECK_HEADER(GLUT/glut.h) if test "x$ac_cv_header_GLUT_glut_h" = "xyes"; then - AC_DEFINE([GLUT_H], "GLUT/glut.h", [Define as glut.h include location]) + AC_DEFINE([GLUT_H], , [Define as glut.h include location]) else echo "Neither GL/glut.h nor GLUT/glut.h found. Cannot continue" exit