Mercurial > hg > octave-lyh
diff configure.in @ 6049:04c2ad6d1679
[project @ 2006-10-13 14:32:15 by jwe]
author | jwe |
---|---|
date | Fri, 13 Oct 2006 14:32:23 +0000 |
parents | 199f15a8d1fc |
children | 583c98eeeae2 |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -29,7 +29,7 @@ EXTERN_CXXFLAGS="$CXXFLAGS" AC_INIT -AC_REVISION($Revision: 1.524 $) +AC_REVISION($Revision: 1.525 $) AC_PREREQ(2.57) AC_CONFIG_SRCDIR([src/octave.cc]) AC_CONFIG_HEADER(config.h) @@ -1702,16 +1702,13 @@ typedef int sig_atomic_t; #endif -#define OCTAVE_HAVE_POSIX_FILESYSTEM 1 - #if defined (__WIN32__) && ! defined (__CYGWIN__) #define OCTAVE_HAVE_WINDOWS_FILESYSTEM 1 -#undef OCTAVE_HAVE_POSIX_FILESYSTEM -#endif - -#if defined (__CYGWIN__) +#elif defined (__CYGWIN__) #define OCTAVE_HAVE_WINDOWS_FILESYSTEM 1 #define OCTAVE_HAVE_POSIX_FILESYSTEM 1 +#else +#define OCTAVE_HAVE_POSIX_FILESYSTEM 1 #endif /* Define if we expect to have <windows.h>, Sleep, etc. */