From b1f89587ad78061cd5b4893f6213788046dcb960 Mon Sep 17 00:00:00 2001 From: evilynux Date: Sun, 1 Jul 2007 20:07:35 +0000 Subject: [PATCH] AFAIK, bsd target is same as linux. --- desmume/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/configure.ac b/desmume/configure.ac index 1dc0f7252..d6e6e0053 100644 --- a/desmume/configure.ac +++ b/desmume/configure.ac @@ -117,7 +117,7 @@ if test "x$HAVE_SDL" = "xyes"; then fi case $target in - *linux*) + *linux* | *bsd*) LIBS="$LIBS -lGL" ;; *mingw*)