fix solaris build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15062 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0d2199e877
commit
7157837c66
|
@ -1,2 +1,2 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
./configure "$@" --disable-shared --with-pic --enable-builtin-tiff
|
./configure "`echo $@ | sed 's| -xC | |'`" --disable-shared --with-pic --enable-builtin-tiff
|
||||||
|
|
Loading…
Reference in New Issue