| 636 | | dnl ############# EXPAT Settings ##################### |
|---|
| 637 | | |
|---|
| 638 | | AC_ARG_WITH(expat, [ --with-expat=DIR Where to find the expat files to use], |
|---|
| 639 | | ,with_expat=no) |
|---|
| 640 | | |
|---|
| 641 | | if test "$with_expat" = yes; then |
|---|
| 642 | | ac_gdz_expat_dir= |
|---|
| 643 | | ac_gdz_conf_package_defs=$ac_gdz_conf_package_defs' -DOSG_WITH_EXPAT' |
|---|
| 644 | | elif test "$with_expat" = no; then |
|---|
| 645 | | ac_gdz_expat_dir= |
|---|
| 646 | | else |
|---|
| 647 | | ac_gdz_expat_dir=$with_expat |
|---|
| 648 | | ac_gdz_conf_package_expat='1' |
|---|
| 649 | | ac_gdz_conf_package_defs=$ac_gdz_conf_package_defs' -DOSG_WITH_EXPAT' |
|---|
| | 636 | dnl ############# CLAPACK Settings ##################### |
|---|
| | 637 | |
|---|
| | 638 | AC_ARG_WITH(libxml, [ --with-libxml=DIR Where to find the libxml files to use], |
|---|
| | 639 | ,with_libxml=no) |
|---|
| | 640 | |
|---|
| | 641 | if test "$with_libxml" = yes; then |
|---|
| | 642 | ac_gdz_libxml_dir= |
|---|
| | 643 | ac_gdz_conf_package_defs=$ac_gdz_conf_package_defs' -DOSG_WITH_LIBXML' |
|---|
| | 644 | elif test "$with_libxml" = no; then |
|---|
| | 645 | ac_gdz_libxml_dir= |
|---|
| | 646 | else |
|---|
| | 647 | ac_gdz_libxml_dir=$with_libxml |
|---|
| | 648 | ac_gdz_conf_package_libxml='1' |
|---|
| | 649 | ac_gdz_conf_package_defs=$ac_gdz_conf_package_defs' -DOSG_WITH_LIBXML' |
|---|
| | 650 | fi |
|---|
| | 651 | |
|---|
| | 652 | dnl ############# CLAPACK Settings ##################### |
|---|
| | 653 | |
|---|
| | 654 | AC_ARG_WITH(collada, [ --with-collada=DIR Where to find the collada files to use], |
|---|
| | 655 | ,with_collada=no) |
|---|
| | 656 | |
|---|
| | 657 | if test "$with_collada" = yes; then |
|---|
| | 658 | ac_gdz_collada_dir= |
|---|
| | 659 | ac_gdz_conf_package_defs=$ac_gdz_conf_package_defs' -DOSG_WITH_COLLADA' |
|---|
| | 660 | elif test "$with_collada" = no; then |
|---|
| | 661 | ac_gdz_collada_dir= |
|---|
| | 662 | else |
|---|
| | 663 | ac_gdz_collada_dir=$with_collada |
|---|
| | 664 | ac_gdz_conf_package_collada='1' |
|---|
| | 665 | ac_gdz_conf_package_defs=$ac_gdz_conf_package_defs' -DOSG_WITH_COLLADA' |
|---|