From 45bba552f19c43d233e8116aacc36e65d0a355c3 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 2 Oct 2024 17:35:06 -0500 Subject: [PATCH] Correct configure.ac option --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 714d647004a..af6c974a2a0 100644 --- a/configure.ac +++ b/configure.ac @@ -4265,7 +4265,7 @@ elif test "X$withval" = "Xv114"; then DEFAULT_API_VERSION=v114 AC_DEFINE([USE_114_API_DEFAULT], [1], [Define using v1.14 public API symbols by default]) -elif test "X$withval" = "Xv116" -o "X$withval" = "Xdefault"; then +elif test "X$withval" = "Xv116"; then AC_MSG_RESULT([v116]) DEFAULT_API_VERSION=v116 AC_DEFINE([USE_116_API_DEFAULT], [1],