Fix detection of octave headers on Ubuntu Feisty
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10293 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f74c2b9ede
commit
9d4fe6576d
1 changed files with 4 additions and 0 deletions
|
|
@ -771,6 +771,10 @@ if test -n "$OCTAVE"; then
|
|||
OCTAVEEXT="$i"
|
||||
break;
|
||||
fi
|
||||
if test -r $i/octave/octave/oct.h; then
|
||||
OCTAVEEXT="$i/octave"
|
||||
break;
|
||||
fi
|
||||
done
|
||||
if test "$OCTAVEEXT" = "" ; then
|
||||
AC_MSG_RESULT(not found)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue