Test for newest version of nurbs++ libs (with .h extention)
This commit is contained in:
parent
aa37052182
commit
b286e6f600
1 changed files with 2 additions and 2 deletions
|
@ -217,8 +217,8 @@ if test "x$ac_cv_header_plib_pu_h" != "xyes"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl Check for "libnurbs++" without which we cannot go on
|
dnl Check for "libnurbs++" without which we cannot go on
|
||||||
AC_CHECK_HEADER(nurbs++/nurbsS.hh)
|
AC_CHECK_HEADER(nurbs++/nurbsS.h)
|
||||||
if test "x$ac_cv_header_nurbspp_nurbsS_hh" != "xyes"; then
|
if test "x$ac_cv_header_nurbspp_nurbsS_h" != "xyes"; then
|
||||||
echo
|
echo
|
||||||
echo "You *must* have the nurbs++ library installed on your system to build"
|
echo "You *must* have the nurbs++ library installed on your system to build"
|
||||||
echo "TerraGear!"
|
echo "TerraGear!"
|
||||||
|
|
Loading…
Add table
Reference in a new issue