From 8c32d1804b262f84b9e99ad080fd2c2bfbcbd664 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 23 Jan 2023 00:30:40 -0700 Subject: [PATCH] configure: Drop outdated epoxy probe comment --- configure | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/configure b/configure index cf2c303d0c..07aa22d8fa 100755 --- a/configure +++ b/configure @@ -1562,19 +1562,6 @@ if test "$opengl" != "no" ; then QEMU_CFLAGS="$QEMU_CFLAGS $opengl_cflags" fi # test "$opengl" != "no" -########################################## -# epoxy probe - -# if $pkg_config --exists epoxy ; then -# epoxy_libs=$($pkg_config --libs epoxy) -# epoxy_flags=$($pkg_config --cflags epoxy) -# else -# error_exit "epoxy not present." \ -# "Please install the epoxy devel package." -# fi -# LIBS="$LIBS $epoxy_libs" -# QEMU_CFLAGS="$QEMU_CFLAGS $epoxy_flags" - ########################################## # gtk probe