aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2020-11-18 18:10:48 +0100
committerLaurent Vivier <laurent@vivier.eu>2020-12-13 23:56:16 +0100
commit2802d91d515f3e51a8b3515a35e79c2c676da9e5 (patch)
treecffc49f195f73fcdfbce316e75f5c4acb9768cee /configure
parent5a42999b1f982873f32c02e7f712a2bd89135cc6 (diff)
downloadqemu-2802d91d515f3e51a8b3515a35e79c2c676da9e5.zip
qemu-2802d91d515f3e51a8b3515a35e79c2c676da9e5.tar.gz
qemu-2802d91d515f3e51a8b3515a35e79c2c676da9e5.tar.bz2
configure / meson: Move check for pty.h to meson.build
This check can be done in a much shorter way in meson.build Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20201118171052.308191-3-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure b/configure
index 1df5c84..39e61b2 100755
--- a/configure
+++ b/configure
@@ -2332,12 +2332,6 @@ else
l2tpv3=no
fi
-if check_include "pty.h" ; then
- pty_h=yes
-else
- pty_h=no
-fi
-
cat > $TMPC <<EOF
#include <sys/mman.h>
int main(int argc, char *argv[]) {
@@ -6687,9 +6681,6 @@ if test "$sheepdog" = "yes" ; then
add_to deprecated_features "sheepdog"
echo "CONFIG_SHEEPDOG=y" >> $config_host_mak
fi
-if test "$pty_h" = "yes" ; then
- echo "HAVE_PTY_H=y" >> $config_host_mak
-fi
if test "$have_mlockall" = "yes" ; then
echo "HAVE_MLOCKALL=y" >> $config_host_mak
fi