summaryrefslogtreecommitdiff
path: root/aconfigure
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2015-03-27 02:31:49 +0000
committerLiong Sauw Ming <ming@teluu.com>2015-03-27 02:31:49 +0000
commit51e1fcf85d019d80cb0b827ce7380a2c7ee9027f (patch)
treebc530cd258722e68bfa21115e6880c68b805b3fc /aconfigure
parent8c626e882f70fde307afa887fab5b4438931f3cb (diff)
Re #1790: Fixed failed Android OpenGL detection if aconfigure is called with --use-ndk-cflags
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5034 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure')
-rwxr-xr-xaconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/aconfigure b/aconfigure
index c8c2e559..084ab0a6 100755
--- a/aconfigure
+++ b/aconfigure
@@ -6168,7 +6168,7 @@ else
SAVED_LIBS="$LIBS"
- LIBS="-lGLESv2 -lEGL -landroid"
+ LIBS="-lGLESv2 -lEGL -landroid -lgcc -lc"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */