scilab: fix scilab include search regression in configure.ac
This commit is contained in:
parent
057faf6cac
commit
8561d36392
1 changed files with 1 additions and 1 deletions
|
|
@ -1028,7 +1028,7 @@ else
|
|||
if test "$SCILABINCDIR" != ""; then
|
||||
dirs="$SCILABINCDIR"
|
||||
else
|
||||
dirs=`pkg-config scilab --cflags-only-I`
|
||||
dirs=`pkg-config scilab --cflags-only-I | sed -e 's/-I//g'`
|
||||
fi
|
||||
for i in $dirs; do
|
||||
if test -r $i/api_scilab.h; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue