aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure b/configure
index 38f57e57a8..be97194c70 100755
--- a/configure
+++ b/configure
@@ -5798,22 +5798,6 @@ case $_backend in
# than pick up anything unhygenic from the Android libs.
LIBS="-Wl,-Bstatic $static_libs -Wl,-Bdynamic -lgcc $system_libs -llog -landroid -lGLESv1_CM"
;;
- dingux)
- if test "$_host" = trimui; then
- for lib in $LIBS; do
- case $lib in
- -lmad|-lvorbisidec|-logg)
- static_libs="$static_libs $lib"
- ;;
- *)
- dynamic_libs="$dynamic_libs $lib"
- ;;
- esac
- done
-
- LIBS="-Wl,-Bstatic $static_libs -Wl,-Bdynamic $dynamic_libs"
- fi
- ;;
n64)
# Move some libs down here, otherwise some symbols requires by libvorbis aren't found
# during linking stage