From dee854b98929be2aecc05efaebfaaba33d1550f5 Mon Sep 17 00:00:00 2001 From: evilynux Date: Wed, 4 Jul 2007 00:38:38 +0000 Subject: [PATCH] =?UTF-8?q?gtk=20are=20gtk-glade=20UIs=20are=20reported=20?= =?UTF-8?q?to=20work=20on=20MacOSX=20(darwin)=EF=BF=BD.=20I'm=20therefore?= =?UTF-8?q?=20enabling=20it.=20=EF=BF=BD=20See=20http://forums.desmume.org?= =?UTF-8?q?/viewtopic.php=3Fpid=3D1443#p1443=20.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- desmume/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desmume/configure.ac b/desmume/configure.ac index 87763d090..c6c3db818 100644 --- a/desmume/configure.ac +++ b/desmume/configure.ac @@ -50,7 +50,7 @@ AC_CHECK_HEADERS([GL/gl.h]) AC_CHECK_HEADERS([GL/glu.h]) case $target in - *linux* | *bsd*) + *linux* | *bsd* | *darwin*) dnl - Check for GTK and/or libglade AC_CHECK_TOOL(HAVE_PKG, pkg-config) AC_PROVIDE_IFELSE([PKG_PROG_PKG_CONFIG], [ @@ -116,6 +116,7 @@ if test "x$HAVE_SDL" = "xyes"; then fi fi +dnl Set compiler library flags per target. case $target in *linux* | *bsd*) LIBS="$LIBS -lGL -lGLU"