Browse Source

Remove useless --with-*-prefix from andrond-config

Tatsuhiro Tsujikawa 10 years ago
parent
commit
c1417f08ce
1 changed files with 4 additions and 4 deletions
  1. 4 4
      android-config

+ 4 - 4
android-config

@@ -44,12 +44,12 @@ PATH=$TOOLCHAIN/bin:$PATH
     --build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` \
     --build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` \
     --disable-nls \
     --disable-nls \
     --without-gnutls \
     --without-gnutls \
-    --with-openssl --with-openssl-prefix=$PREFIX \
+    --with-openssl \
     --without-sqlite3 \
     --without-sqlite3 \
     --without-libxml2 \
     --without-libxml2 \
-    --with-libexpat --with-libexpat-prefix=$PREFIX \
-    --with-libcares --with-libcares-prefix=$PREFIX \
-    --with-libz --with-libz-prefix=$PREFIX \
+    --with-libexpat \
+    --with-libcares \
+    --with-libz \
     --with-libssh2 \
     --with-libssh2 \
     CXXFLAGS="-Os -g" \
     CXXFLAGS="-Os -g" \
     CFLAGS="-Os -g" \
     CFLAGS="-Os -g" \