# HG changeset patch # User Rik # Date 1347990959 25200 # Node ID 9128fa93fb21e63717668ea4ebf348bef9aeb882 # Parent 598aa97253e2ad62c8e39b6491b50cc7c2257da0 configure.ac: Eliminate unnecessary unistd.h replacement for MSVC targets. * configure.ac: Eliminate unnecessary unistd.h replacement for MSVC targets. diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -1798,22 +1798,6 @@ AC_HEADER_DIRENT AC_HEADER_SYS_WAIT -dnl FIXME: We should probably only generate this file if it is missing. -### Produce unistd.h for MSVC target, this simplifies changes in -### Octave source tree and avoid problems with lex-generated code. -case $canonical_host_type in - *-*-msdosmsvc) - AC_MSG_NOTICE([Generating replacement for for MSVC]) - cat << \EOF > unistd.h -/* File generated by configure script. */ -#include -#include -#include -EOF - CPPFLAGS="-I. $CPPFLAGS" - ;; -esac - ## C headers dnl Use multiple AC_CHECKs to avoid line continuations '\' in list