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:
William S Fulton 2008-03-02 22:33:36 +00:00
commit 9d4fe6576d

View file

@ -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)