Fixing part of the cygwin-installation.

The shared BMWlibs cannot be built at the moment since libcuba is built static only.
I am still thinking about including the C-part of Cuba into the BMWlibs
if T.Hahn would not add shared library support to it.
This commit is contained in:
Bastian M. Wojek
2010-01-04 20:07:35 +00:00
parent 9c78332387
commit 852eea9015
4 changed files with 5 additions and 5 deletions

View File

@ -478,8 +478,8 @@ dnl -----------------------------------------------
dnl Specify the files that are going to be created by configure
dnl -----------------------------------------------
AM_CONDITIONAL([BMW_OPT], [test "${BUILD_BMW_LIBS}" -eq 1])
AM_CONDITIONAL([AS_OPT], [test "${BUILD_AS_LIBS}" -eq 1])
AM_CONDITIONAL([BUILD_BMWLIBS], [test "${BUILD_BMW_LIBS}" -eq 1])
AM_CONDITIONAL([BUILD_ASLIBS], [test "${BUILD_AS_LIBS}" -eq 1])
AC_CONFIG_FILES([Makefile \
src/Makefile \