summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJuan Quintela2009-07-27 16:13:23 +0200
committerAnthony Liguori2009-07-27 21:10:55 +0200
commit75b5a697ed5dbfd9bef2eeddf82032ecfeb169f8 (patch)
treea58277e669384069144f77b20806901f43c0a968 /configure
parentdefine ENOTSUP the same that the other errors (diff)
downloadqemu-75b5a697ed5dbfd9bef2eeddf82032ecfeb169f8.tar.gz
qemu-75b5a697ed5dbfd9bef2eeddf82032ecfeb169f8.tar.xz
qemu-75b5a697ed5dbfd9bef2eeddf82032ecfeb169f8.zip
rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH
Once there fix a place where it was misspelled Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 366b336e1b..44f544a3f9 100755
--- a/configure
+++ b/configure
@@ -1558,8 +1558,8 @@ if test "$solaris" = "yes" ; then
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
+ echo "CONFIG_NEEDS_LIBSUNMATH=y" >> $config_host_mak
+ echo "#define CONFIG_NEEDS_LIBSUNMATH 1" >> $config_host_h
fi
fi
if test -n "$sparc_cpu"; then