changeset 2820:bfddacb14193 octave-forge

better autoconf test for Fortran 90
author abarth93
date Sun, 17 Dec 2006 22:28:59 +0000
parents 8f24e10508f7
children 21336c64fe28
files main/optiminterp/src/configure.base
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/optiminterp/src/configure.base	Sun Dec 17 21:01:58 2006 +0000
+++ b/main/optiminterp/src/configure.base	Sun Dec 17 22:28:59 2006 +0000
@@ -332,6 +332,8 @@
 AC_COMPILE_IFELSE([[\
 module test_module; \
 contains; \
+subroutine foo()
+end subroutine 
 end module \
 ]], MKOCTFILE_FORTRAN_90=yes, MKOCTFILE_FORTRAN_90=no)