comparison configure.in @ 247:85d77d7b034b

another patche from Kenneth Berland for solaris
author Carl Byington <carl@five-ten-sg.com>
date Fri, 07 May 2010 12:07:46 -0700
parents 5a82d41c883d
children 4573b536177f
comparison
equal deleted inserted replaced
246:5a82d41c883d 247:85d77d7b034b
31 # 0.6.38 libpst.so.2 libpst.so.2.1.0 31 # 0.6.38 libpst.so.2 libpst.so.2.1.0
32 # 0.6.40 libpst.so.4 libpst.so.4.0.0 32 # 0.6.40 libpst.so.4 libpst.so.4.0.0
33 # 0.6.43 libpst.so.4 libpst.so.4.0.1 33 # 0.6.43 libpst.so.4 libpst.so.4.0.1
34 # 0.6.47 libpst.so.4 libpst.so.4.0.2 34 # 0.6.47 libpst.so.4 libpst.so.4.0.2
35 35
36
37
38 # Check for solaris
39 AC_MSG_CHECKING([for Solaris])
40 case "$host" in
41 *solaris*)
42 os_solaris=yes
43 ;;
44 *)
45 os_solaris=no
46 ;;
47 esac
48 AC_MSG_RESULT($os_solaris)
49 AM_CONDITIONAL(OS_SOLARIS, [test "$os_solaris" = "yes"])
36 50
37 51
38 # Check for win32 52 # Check for win32
39 AC_MSG_CHECKING([for Win32]) 53 AC_MSG_CHECKING([for Win32])
40 case "$host" in 54 case "$host" in