|
@@ -1558,8 +1558,8 @@ if test "$solaris" = "yes" ; then
|
|
echo "#define CONFIG_SOLARIS 1" >> $config_host_h
|
|
echo "#define CONFIG_SOLARIS 1" >> $config_host_h
|
|
echo "#define CONFIG_SOLARIS_VERSION $solarisrev" >> $config_host_h
|
|
echo "#define CONFIG_SOLARIS_VERSION $solarisrev" >> $config_host_h
|
|
if test "$needs_libsunmath" = "yes" ; then
|
|
if test "$needs_libsunmath" = "yes" ; then
|
|
- echo "NEEDS_LIBSUNMATH=yes" >> $config_host_mak
|
|
|
|
- echo "#define NEEDS_LIBSUNMATH 1" >> $config_host_h
|
|
|
|
|
|
+ echo "CONFIG_NEEDS_LIBSUNMATH=y" >> $config_host_mak
|
|
|
|
+ echo "#define CONFIG_NEEDS_LIBSUNMATH 1" >> $config_host_h
|
|
fi
|
|
fi
|
|
fi
|
|
fi
|
|
if test -n "$sparc_cpu"; then
|
|
if test -n "$sparc_cpu"; then
|