]> git.proxmox.com Git - qemu.git/blobdiff - configure
change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
[qemu.git] / configure
index e9ed09df97d2c95c5eb47d9ab2befce2f5201add..2600728f2e3efcda0354ac94faf397b1ad106056 100755 (executable)
--- a/configure
+++ b/configure
@@ -1588,7 +1588,8 @@ fi
 
 if test "$solaris" = "yes" ; then
   echo "CONFIG_SOLARIS=y" >> $config_host_mak
-  echo "#define HOST_SOLARIS $solarisrev" >> $config_host_h
+  echo "#define CONFIG_SOLARIS 1" >> $config_host_h
+  echo "#define CONFIG_SOLARIS_VERSION $solarisrev" >> $config_host_h
   if test "$needs_libsunmath" = "yes" ; then
     echo "NEEDS_LIBSUNMATH=yes" >> $config_host_mak
     echo "#define NEEDS_LIBSUNMATH 1" >> $config_host_h