0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 01:59:33 +02:00

removed cygwin check from configure.ac

This commit is contained in:
Valery V Yatsko 2008-08-16 22:45:09 +04:00
parent ec86417cee
commit d3faa80afe

View file

@ -81,7 +81,7 @@ esac
fi
AC_MSG_CHECKING([uname -s for Cygwin, Solaris, AIX or HPUX])
AC_MSG_CHECKING([uname -s for Solaris, AIX or HPUX])
OSNAME=`uname -s`
case "$OSNAME" in
HP-UX*)
@ -96,10 +96,6 @@ case "$OSNAME" in
AC_MSG_RESULT(already using newer HPUX)
fi
;;
CYGWIN*)
AC_MSG_RESULT(Cygwin)
CYGWIN=yes
;;
SunOS*)
AC_MSG_RESULT(SunOS or Solaris)
AC_DEFINE(__EXTENSIONS__, 1, [This is needed to use strtok_r on Solaris.])