Mercurial > hg > octave-thorsten
diff aclocal.m4 @ 7993:80a715c4824d
aclocal.m4 (OCTAVE_OPENGL): Handle MinGW the same as MSVC
author | Tatsuro MATSUOKA |
---|---|
date | Tue, 29 Jul 2008 15:20:24 -0400 |
parents | 3ffc34caec65 |
children | 6a7db240b3a3 |
line wrap: on
line diff
--- a/aclocal.m4 +++ b/aclocal.m4 @@ -1061,7 +1061,7 @@ AC_DEFUN([OCTAVE_OPENGL], [ OPENGL_LIBS= case $canonical_host_type in - *-*-msdosmsvc) + *-*-mingw32* | *-*-msdosmsvc) AC_CHECK_HEADERS(windows.h) ;; esac @@ -1081,7 +1081,7 @@ ]) if test "$have_opengl_incs" = "yes"; then case $canonical_host_type in - *-*-msdosmsvc) + *-*-mingw32* | *-*-msdosmsvc) save_LIBS="$LIBS" LIBS="$LIBS -lopengl32" AC_MSG_CHECKING([for glEnable in -lopengl32])