From 023fdc497ef61da9dfdd2d024db290c0bf7b94ba Mon Sep 17 00:00:00 2001 From: Matthew Fernandez <matthew.fernandez@gmail.com> Date: Fri, 18 Jun 2021 17:07:26 -0700 Subject: [PATCH] remove commented out Visio configure checks --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.ac b/configure.ac index 06871ff6b..b3f825a57 100644 --- a/configure.ac +++ b/configure.ac @@ -1888,17 +1888,11 @@ AC_ARG_WITH(visio, if test "x$with_visio" != "xyes"; then use_visio="No (disabled)" else -# AC_CHECK_HEADER(visio/visio.h, VISIO_CFLAGS="",use_visio="No (missing headers)") -# if test "x$use_visio" = "x"; then -# AC_CHECK_LIB(visio, main, VISIO_LIBS="-lgs", use_visio="No (missing lib)") -# if test "x$use_visio" = "x"; then use_visio="Yes" AC_DEFINE_UNQUOTED(HAVE_VISIO,1, [Define if you have the visio library]) AC_SUBST([VISIO_CFLAGS]) AC_SUBST([VISIO_LIBS]) -# fi -# fi fi AM_CONDITIONAL(WITH_VISIO, [test "x$use_visio" = "xYes"]) -- 2.40.0