X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=8ed44bd036f399c119ef9d1594b56563e3a2fa48;hb=1ce68a49c69e6b873852ce306b8190f4f2cae8fe;hp=d5761639d5ee5796c7ee1797b700429225df06c3;hpb=3b6af2f0c2dfc6ee2dee057da426ed9465dc89fa;p=simgear.git diff --git a/configure.ac b/configure.ac index d5761639..8ed44bd0 100644 --- a/configure.ac +++ b/configure.ac @@ -121,7 +121,7 @@ fi dnl Determine an extra directories to add to include/lib search paths case "${host}" in -*-apple-darwin* | *-*-mingw32*) +*-apple-darwin* | *-*-cygwin* | *-*-mingw32*) echo no EXTRA_DIRS for $host ;; @@ -258,7 +258,8 @@ OPENAL_OK="no" case "${host}" in *-*-cygwin* | *-*-mingw32*) dnl CygWin under Windoze. - + INCLUDES="$INCLUDES -I/usr/local/include" + LIBS="$LIBS -L/usr/local/lib" AC_SEARCH_LIBS(alGenBuffers, openal32) AC_SEARCH_LIBS(alutInit, [ openal32 ALut ] ) LIBS="$LIBS -lwinmm -ldsound -ldxguid -lole32" @@ -424,7 +425,6 @@ AC_CONFIG_FILES([ \ simgear/scene/material/Makefile \ simgear/scene/model/Makefile \ simgear/scene/sky/Makefile \ - simgear/scene/sky/clouds3d/Makefile \ simgear/scene/tgdb/Makefile \ simgear/screen/Makefile \ simgear/serial/Makefile \