summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/aconfigure.ac b/aconfigure.ac
index c1a6ff8b..cd71a7ab 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -691,7 +691,7 @@ AC_ARG_ENABLE(video,
case $target in
*android*)
- LIBS="$LIBS -llog -lgcc"
+ LIBS="$LIBS -llog"
;;
arm-apple-darwin*)
LIBS="$LIBS -framework UIKit"