| # | Line 256 | Line 256 | ACX_CGAL | |
|---|---|---|
| 256 | ||
| 257 | dnl check for CGAL library | |
| 258 | ACX_CGAL | |
| 259 | < | |
| 259 | > | USE_CGAL=no |
| 260 | if test "$acx_cgal_found" == yes; then | |
| 261 | USE_CGAL=yes | |
| 262 | AC_DEFINE(HAVE_CGAL, 1, [Is defined if the CGAL library is available.]) | |
| 263 | – | AC_SUBST(USE_CGAL) |
| 263 | AC_SUBST(CGAL_CXXFLAGS) | |
| 264 | AC_SUBST(CGAL_LDFLAGS) | |
| 265 | AC_SUBST(CGAL_CPPFLAGS) | |
| 266 | AC_SUBST(CGAL_LIBS) | |
| 267 | fi | |
| 268 | + | AC_SUBST(USE_CGAL) |
| 269 | ||
| 270 | ||
| 271 | – | |
| 271 | BB_ENABLE_DOXYGEN | |
| 272 | ||
| 273 | AC_SUBST(EXEEXT) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |