configure: Drop outdated epoxy probe comment

This commit is contained in:
Matt Borgerson 2023-01-23 00:30:40 -07:00
parent a198f22981
commit 8c32d1804b
1 changed files with 0 additions and 13 deletions

13
configure vendored
View File

@ -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