diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-27 16:13:22 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:10:36 -0500 |
commit | 2880bc32b84831032d561f850b13b9f4f03d910e (patch) | |
tree | 3a46d47f2b1a992a95f8f2b28db57c855a751a47 /configure | |
parent | 5647eb7475d0278e1a2a9198d7e146936b9d84b1 (diff) |
define ENOTSUP the same that the other errors
aliguori: ENOTSUP is not 4096 universally, only on OpenBSD
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -265,7 +265,6 @@ oss_lib="-lossaudio" ;; OpenBSD) bsd="yes" -openbsd="yes" audio_drv_list="oss" audio_possible_drivers="oss sdl esd" oss_lib="-lossaudio" @@ -1544,10 +1543,6 @@ EOF fi fi -if [ "$openbsd" = "yes" ] ; then - echo "#define ENOTSUP 4096" >> $config_host_h -fi - if test "$darwin" = "yes" ; then echo "CONFIG_DARWIN=y" >> $config_host_mak echo "#define CONFIG_DARWIN 1" >> $config_host_h |