whoops
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15669 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5a75934b0b
commit
c1d54f7a7f
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
|
||||||
$srcpath/configure "$@" --disable-sqlite --disable-shared --with-pic --disable-octave
|
$srcpath/configure "$@" --disable-sqlite --disable-shared --with-pic --disable-octave --disable-external-libs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue