Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
sdl-config already provides needed libs for MiNT build
- Loading branch information
Showing
with
1 addition
and
5 deletions.
-
+1
−5
test/configure.in
|
@@ -28,7 +28,7 @@ case "$target" in |
|
|
MATHLIB="" |
|
|
SYS_GL_LIBS="-lGL" |
|
|
;; |
|
|
*-*-darwin*) |
|
|
*-*-darwin* | *-*-mint* ) |
|
|
MATHLIB="" |
|
|
SYS_GL_LIBS="" |
|
|
;; |
|
@@ -38,10 +38,6 @@ case "$target" in |
|
|
fi |
|
|
SYS_GL_LIBS="" |
|
|
;; |
|
|
*-*-mint*) |
|
|
MATHLIB="-lm" |
|
|
SYS_GL_LIBS="-lOSMesa" |
|
|
;; |
|
|
*) |
|
|
MATHLIB="-lm" |
|
|
AC_PATH_X |
|
|