summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2014-02-05 05:52:10 +0000
committerBenny Prijono <bennylp@teluu.com>2014-02-05 05:52:10 +0000
commit5fc7cd3a0bc843f1c225fb5d120d4c16cd9e114d (patch)
tree802907ffe5c606ec4f2c7ea56cdfdec021769f37 /aconfigure.ac
parentfb57fd0035e2b3409bfe14cf130c20591d7768c9 (diff)
Re #1516: fixing multiple inclusions of crtbegin.o and -lgcc in the makefiles. The former causes link errors due to multiple symbols
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4732 74dad513-b988-da41-8d7b-12977e46ad98
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"