Fixed an error
This commit is contained in:
parent
a0f170edd9
commit
1132d059a9
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ if test "x${OS_IS_CYGWIN}" = "x1"; then
|
|||
AC_DEFINE_UNQUOTED(CYGWIN,$OS_IS_CYGWIN)
|
||||
fi
|
||||
if test "x${OS_IS_SOLARIS}" = "x1"; then
|
||||
AC_DEFINE_UNQUOTED(CYGWIN,$OS_IS_SOLARIS)
|
||||
AC_DEFINE_UNQUOTED(SOLARIS,$OS_IS_SOLARIS)
|
||||
fi
|
||||
if test "x${OS_IS_WIN}" = "x1"; then
|
||||
AC_DEFINE_UNQUOTED(WINMSVC,$OS_IS_WIN)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue