null+****@clear*****
null+****@clear*****
2011年 10月 25日 (火) 16:24:17 JST
Kouhei Sutou 2011-10-25 07:24:17 +0000 (Tue, 25 Oct 2011)
New Revision: d4eabaa06ecc3033757d8a0e0591e3f0bdd3ef39
Log:
fix a typo.
Modified files:
configure.ac
Modified: configure.ac (+4 -4)
===================================================================
--- configure.ac 2011-10-25 07:20:19 +0000 (0f4c774)
+++ configure.ac 2011-10-25 07:24:17 +0000 (23bf356)
@@ -53,13 +53,13 @@ AC_MSG_RESULT([$netbsd])
AC_MSG_CHECKING([for Solaris.])
case "$host_os" in
solaris*)
- soralis=yes
+ solaris=yes
;;
*)
- soralis=no
+ solaris=no
;;
esac
-AC_MSG_RESULT([$soralis])
+AC_MSG_RESULT([$solaris])
AC_C_BIGENDIAN
AC_PROG_CXX
@@ -204,7 +204,7 @@ if test "$netbsd" = "yes"; then
AC_DEFINE(_NETBSD_SOURCE, [1], [Define to 1 if you are on NetBSD.])
fi
-if test "$soralis" = "yes"; then
+if test "$solaris" = "yes"; then
AC_DEFINE(_XPG4_2, [1],
[Define to 1 for msghdr.msg_control if you are on Solaris.])
fi