Revision c2b84fab

b/configure
133 133
OS_CFLAGS="-mdynamic-no-pic"
134 134
;;
135 135
SunOS)
136
solaris="yes"
137
;;
136
    solaris="yes"
137
    make="gmake"
138
    install="ginstall"
139
    solarisrev=`uname -r | cut -f2 -d.`
140
    if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
141
        if test "$solarisrev" -ge 10 ; then
142
            kqemu="yes"
143
        fi
144
    ;;
138 145
*)
139 146
oss="yes"
140 147
linux="yes"
......
151 158
  fi
152 159
fi
153 160

  
154
if [ "$solaris" = "yes" ] ; then
155
    make="gmake"
156
    install="ginstall"
157
    solarisrev=`uname -r | cut -f2 -d.`
158
    if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then
159
        if test "$solarisrev" -gt 10 ; then
160
            kqemu="yes"
161
        fi
162
    fi
163
fi
164

  
165 161
# find source path
166 162
source_path=`dirname "$0"`
167 163
if [ -z "$source_path" ]; then

Also available in: Unified diff