fix solaris build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15062 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-10-03 01:59:34 +00:00
parent 0d2199e877
commit 7157837c66
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#! /bin/sh
./configure "$@" --disable-shared --with-pic --enable-builtin-tiff
./configure "`echo $@ | sed 's| -xC | |'`" --disable-shared --with-pic --enable-builtin-tiff