gtk are gtk-glade UIs are reported to work on MacOSX (darwin)�.

I'm therefore enabling it.
� See http://forums.desmume.org/viewtopic.php?pid=1443#p1443 .
This commit is contained in:
evilynux 2007-07-04 00:38:38 +00:00
parent 9992f9c088
commit dee854b989
1 changed files with 2 additions and 1 deletions

View File

@ -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"